summaryrefslogtreecommitdiff
path: root/enc/shift_jis.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/shift_jis.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/shift_jis.c')
-rw-r--r--enc/shift_jis.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/enc/shift_jis.c b/enc/shift_jis.c
index d5d631e5c5..087e7f7299 100644
--- a/enc/shift_jis.c
+++ b/enc/shift_jis.c
@@ -376,7 +376,7 @@ OnigEncodingDefine(shift_jis, Shift_JIS) = {
* Link: http://www.iana.org/assignments/character-sets
* Link: http://ja.wikipedia.org/wiki/Shift_JIS
*/
-ENC_ALIAS("SJIS", "Shift_JIS");
+ENC_ALIAS("SJIS", "Shift_JIS")
/*
* Name: Windows-31J
@@ -386,14 +386,14 @@ ENC_ALIAS("SJIS", "Shift_JIS");
* Link: http://ja.wikipedia.org/wiki/Windows-31J
* Link: http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/windows-932-2000.ucm
*/
-ENC_REPLICATE("Windows-31J", "Shift_JIS");
-ENC_ALIAS("CP932", "Windows-31J");
-ENC_ALIAS("csWindows31J", "Windows-31J"); /* IANA. IE6 don't accept Windows-31J but csWindows31J. */
+ENC_REPLICATE("Windows-31J", "Shift_JIS")
+ENC_ALIAS("CP932", "Windows-31J")
+ENC_ALIAS("csWindows31J", "Windows-31J") /* IANA. IE6 don't accept Windows-31J but csWindows31J. */
/*
* Name: MacJapanese
* Link: http://unicode.org/Public/MAPPINGS/VENDORS/APPLE/JAPANESE.TXT
* Link: http://ja.wikipedia.org/wiki/MacJapanese
*/
-ENC_REPLICATE("MacJapanese", "Shift_JIS");
-ENC_ALIAS("MacJapan", "MacJapanese");
+ENC_REPLICATE("MacJapanese", "Shift_JIS")
+ENC_ALIAS("MacJapan", "MacJapanese")