Searched refs:cs_8859_1 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | html.c | 582 case cs_8859_1: in map_from_unicode() 882 case cs_8859_1: in write_octet_sequence() 1109 charset = cs_8859_1; /* charset shouldn't matter, use ISO-8859-1 for performance */ in php_unescape_html_entities() 1720 write_s3row_data(r, j, cs_8859_1, return_value); in PHP_FUNCTION()
|
H A D | html_tables.h | 31 enum entity_charset { cs_utf_8, cs_8859_1, cs_cp1252, cs_8859_15, cs_cp1251, enumerator 36 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) 44 { "ISO-8859-1", cs_8859_1 }, 45 { "ISO8859-1", cs_8859_1 },
|
Completed in 39 milliseconds