Lines Matching defs:charset
117 static char *to_charset = NULL; /* UTF-8 identifier derived from the charset.conv file */
122 char *charset;
127 charset = (char*) apr_hash_get(charset_conversions, language, APR_HASH_KEY_STRING);
129 if (!charset) {
131 charset = (char*) apr_hash_get(charset_conversions, language, APR_HASH_KEY_STRING);
134 if (charset) {
135 charset = apr_pstrdup(p, charset);
138 return charset;
1868 "Invalid charset conversion config path %s",
1876 "could not open charset conversion config file %s.",
1894 char *charset = ap_getword_conf(p, &ll);
1895 apr_hash_set(charset_conversions, lang, APR_HASH_KEY_STRING, charset);
1903 "could not find the UTF-8 charset in the file %s.",