Searched refs:mycharset (Results 1 – 1 of 1) sorted by relevance
901 char *mylocale = NULL, *mycharset = NULL; in setup_conversions() local904 mycharset = 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()980 free(mycharset); in setup_conversions()