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