Searched refs:targetcharset (Results 1 – 1 of 1) sorted by relevance
902 char *targetlocale = NULL, *targetcharset = NULL; in setup_conversions() local940 targetcharset = safe_strdup(nl_langinfo(CODESET)); in setup_conversions()960 if (strcmp(mycharset, targetcharset) == 0) in setup_conversions()963 if ((datap->pd_iconv = iconv_open(mycharset, targetcharset)) in setup_conversions()982 free(targetcharset); in setup_conversions()