| 49 | |
| 50 | |
| 51 | CHARSET_ENTRY(CS_iso_ISO8859_1) |
| 52 | { |
| 53 | #include "../intl/charsets/cs_iso8859_1.h" |
| 54 | |
| 55 | common_8bit_init(csptr, "ISO88591", to_unicode_map, |
| 56 | from_unicode_mapping_array, from_unicode_map); |
| 57 | CHARSET_RETURN; |
| 58 | } |
| 59 | |
| 60 | CHARSET_ENTRY (CS_iso_ISO8859_2) |
| 61 | { |
nothing calls this directly
no test coverage detected