Searched refs:cs_utf_8 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | html.c | 110 case cs_utf_8: in get_next_char() 361 return get_next_char(cs_utf_8, str, str_len, cursor, status); in php_next_utf8_char() 390 return cs_utf_8; in determine_charset() 762 case cs_utf_8: in write_octet_sequence() 903 if (charset != cs_utf_8) { in traverse_for_entities() 1136 if (charset == cs_utf_8) { in php_escape_html_entities_ex()
|
H A D | html_tables.h | 27 enum entity_charset { cs_utf_8, cs_8859_1, cs_cp1252, cs_8859_15, cs_cp1251, enumerator 33 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5) 45 { "utf-8", sizeof("utf-8")-1, cs_utf_8 },
|
Completed in 37 milliseconds