Lines Matching defs:codeset
275 const char *codeset;
282 /* Most systems support nl_langinfo (CODESET) nowadays. */
283 codeset = nl_langinfo (CODESET);
311 codeset = locale;
321 codeset = buf;
330 /* Allow user to override the codeset, as set in the operating system,
362 codeset = locale;
368 codeset = "";
372 codeset = buf;
378 if (codeset == NULL)
380 codeset = "";
386 if (strcmp (codeset, aliases) == 0
389 codeset = aliases + strlen (aliases) + 1;
396 if (codeset[0] == '\0')
397 codeset = "ASCII";
399 return codeset;