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