Searched refs:utf8 (Results 1 – 9 of 9) sorted by relevance
779 utf8[0] = codepoint; in codepoint_to_utf8()785 utf8[0] = (codepoint >> 6) | 0xC0; in codepoint_to_utf8()786 utf8[1] = (codepoint & 0x3F) | 0x80; in codepoint_to_utf8()792 utf8[0] = (codepoint >> 12) | 0xE0; in codepoint_to_utf8()793 utf8[1] = ((codepoint >> 6) & 0x3F) | 0x80; in codepoint_to_utf8()794 utf8[2] = (codepoint & 0x3F) | 0x80; in codepoint_to_utf8()800 utf8[0] = (codepoint >> 18) | 0xF0; in codepoint_to_utf8()802 utf8[2] = ((codepoint >> 6) & 0x3F) | 0x80; in codepoint_to_utf8()803 utf8[3] = (codepoint & 0x3F) | 0x80; in codepoint_to_utf8()866 len = codepoint_to_utf8(utf8, codepoint); in json_append_unicode_escape()[all …]
28 unsigned utf8:1; member530 ctx->from_utf8 = charsets[source_charset].utf8; in ngx_http_charset_ctx()531 ctx->to_utf8 = charsets[charset].utf8; in ngx_http_charset_ctx()1334 if (ctx->charset->utf8) { in ngx_http_charset_map()1479 c->utf8 = 1; in ngx_http_add_charset()1482 c->utf8 = 0; in ngx_http_add_charset()
441 ngx_uint_t i, utf8; in ngx_http_autoindex_html() local469 utf8 = 1; in ngx_http_autoindex_html()472 utf8 = 0; in ngx_http_autoindex_html()495 if (utf8) { in ngx_http_autoindex_html()
151 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");179 iconv_t cd4 = iconv_open ("utf8", "eucJP");
2 # This map is not a full koi8-r <> utf8 map: it does not contain
2 # This map is not a full windows-1251 <> utf8 map: it does not
5677 int utf8; in print_string() local5683 utf8 = strncmp("UTF-8", nl_langinfo(CODESET), 5) == 0; in print_string()5686 if (!isprint(buf[i]) && buf[i] != '\0' && !utf8) in print_string()5691 if (i == len || utf8) { in print_string()
3216 *) Добавление: параметр utf8 в директивах geoip_country и geoip_city.
3152 *) Feature: the "utf8" parameter of "geoip_country" and "geoip_city"