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