diff options
-rw-r--r-- | enc/iso_8859_1.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -272,7 +272,7 @@ OnigEncodingDefine(iso_8859_1, ISO_8859_1) = { onigenc_single_byte_left_adjust_char_head, onigenc_always_true_is_allowed_reverse_match }; -ENC_ALIAS("ISO8859-1", "ISO-8859-1"); /* * Name: windows-1252 @@ -281,5 +281,5 @@ ENC_ALIAS("ISO8859-1", "ISO-8859-1"); * Link: http://www.microsoft.com/globaldev/reference/sbcs/1252.mspx * Link: http://en.wikipedia.org/wiki/Windows-1252 */ -ENC_REPLICATE("Windows-1252", "ISO-8859-1"); -ENC_ALIAS("CP1252", "Windows-1252"); |