Searched refs:cs_8859_1 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | html.c | 465 case cs_8859_1: in map_from_unicode() 765 case cs_8859_1: in write_octet_sequence() 994 charset = cs_8859_1; /* charset shouldn't matter, use ISO-8859-1 for performance */ in php_unescape_html_entities() 1572 write_s3row_data(r, j, cs_8859_1, return_value); in PHP_FUNCTION()
|
H A D | html_tables.h | 27 enum entity_charset { cs_utf_8, cs_8859_1, cs_cp1252, cs_8859_15, cs_cp1251, enumerator 32 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) 41 { "ISO-8859-1", sizeof("ISO-8859-1")-1, cs_8859_1 }, 42 { "ISO8859-1", sizeof("ISO8859-1")-1, cs_8859_1 },
|
Completed in 41 milliseconds