summaryrefslogtreecommitdiff
path: root/enc/iso_8859_11.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 09:50:30 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 09:50:30 +0000
commit0ef21e44e7fac96f0919e7d0ef2bf30c47eb2128 (patch)
treea704e8e44c9d882ccc3c86c76fb96e74526af736 /enc/iso_8859_11.c
parent1316830179636fc100e88c9a14314d5e1ece5931 (diff)
forgot to commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/iso_8859_11.c')
-rw-r--r--enc/iso_8859_11.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/enc/iso_8859_11.c b/enc/iso_8859_11.c
index eca0b69a14..257d9d8919 100644
--- a/enc/iso_8859_11.c
+++ b/enc/iso_8859_11.c
@@ -94,18 +94,18 @@ OnigEncodingDefine(iso_8859_11, ISO_8859_11) = {
onigenc_single_byte_left_adjust_char_head,
onigenc_always_true_is_allowed_reverse_match
};
-ENC_ALIAS("ISO8859-11", "ISO-8859-11");
+ENC_ALIAS("ISO8859-11", "ISO-8859-11")
/*
* Name: TIS-620
* MIBenum: 2259
* Link: http://en.wikipedia.org/wiki/Thai_Industrial_Standard_620-2533
*/
-ENC_REPLICATE("TIS-620", "ISO-8859-11");
+ENC_REPLICATE("TIS-620", "ISO-8859-11")
/*
* Name: Windows-874
* Link: http://www.microsoft.com/globaldev/reference/sbcs/874.mspx
*/
-ENC_REPLICATE("Windows-874", "ISO-8859-11");
-ENC_ALIAS("CP874", "Windows-874");
+ENC_REPLICATE("Windows-874", "ISO-8859-11")
+ENC_ALIAS("CP874", "Windows-874")