Searched refs:cs_big5 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | html.c | 182 case cs_big5: in get_next_char() 561 case cs_big5: in map_from_unicode() 777 case cs_big5: in write_octet_sequence()
|
H A D | html_tables.h | 28 cs_8859_5, cs_cp866, cs_macroman, cs_koi8r, cs_big5, enumerator 33 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5) 34 #define CHARSET_PARTIAL_SUPPORT(cs) ((cs) >= cs_big5) 49 { "BIG5", sizeof("BIG5")-1, cs_big5 }, 50 { "950", sizeof("950")-1, cs_big5 },
|
Completed in 46 milliseconds