Searched refs:targetcharset (Results 1 – 1 of 1) sorted by relevance
925 char *targetlocale = NULL, *targetcharset = NULL; in setup_conversions() local963 targetcharset = safe_strdup(nl_langinfo(CODESET)); in setup_conversions()983 if (strcmp(mycharset, targetcharset) == 0) in setup_conversions()986 if ((datap->pd_iconv = iconv_open(mycharset, targetcharset)) in setup_conversions()1005 free(targetcharset); in setup_conversions()