diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 09:50:30 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 09:50:30 +0000 |
commit | 571467034c547fb2192d221f9f762ec7d7e39858 (patch) | |
tree | a704e8e44c9d882ccc3c86c76fb96e74526af736 /enc/iso_8859_2.c | |
parent | 4ad09679aaf150d7db679835e5d6843d4f7d7971 (diff) | |
download | ruby-571467034c547fb2192d221f9f762ec7d7e39858.tar.gz ruby-571467034c547fb2192d221f9f762ec7d7e39858.tar.xz ruby-571467034c547fb2192d221f9f762ec7d7e39858.zip |
forgot to commit
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/iso_8859_2.c')
-rw-r--r-- | enc/iso_8859_2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/enc/iso_8859_2.c b/enc/iso_8859_2.c index 1feb44bda..9783f1cd0 100644 --- a/enc/iso_8859_2.c +++ b/enc/iso_8859_2.c @@ -237,7 +237,7 @@ OnigEncodingDefine(iso_8859_2, ISO_8859_2) = { onigenc_single_byte_left_adjust_char_head, onigenc_always_true_is_allowed_reverse_match }; -ENC_ALIAS("ISO8859-2", "ISO-8859-2"); +ENC_ALIAS("ISO8859-2", "ISO-8859-2") /* * Name: windows-1250 @@ -246,5 +246,5 @@ ENC_ALIAS("ISO8859-2", "ISO-8859-2"); * Link: http://www.microsoft.com/globaldev/reference/sbcs/1250.mspx * Link: http://en.wikipedia.org/wiki/Windows-1250 */ -ENC_REPLICATE("Windows-1250", "ISO-8859-2"); -ENC_ALIAS("CP1250", "Windows-1250"); +ENC_REPLICATE("Windows-1250", "ISO-8859-2") +ENC_ALIAS("CP1250", "Windows-1250") |