Searched refs:outcharset (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c1113 const char *outcharset; local
1126 outcharset = encoding;
1130 outcharset = norm_add_slashes (outcharset, "TRANSLIT");
1132 int r = __gconv_open (outcharset, charset, &convd->conv,
1154 if (strchr (outcharset, '/') == NULL)
1158 len = strlen (outcharset);
1160 memcpy (tmp, outcharset, len);
1162 outcharset = tmp;
1164 convd->conv = iconv_open (outcharset, charse
[all...]

Completed in 62 milliseconds