summaryrefslogtreecommitdiffstats
path: root/enc/iso_8859_8.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
commit571467034c547fb2192d221f9f762ec7d7e39858 (patch)
treea704e8e44c9d882ccc3c86c76fb96e74526af736 /enc/iso_8859_8.c
parent4ad09679aaf150d7db679835e5d6843d4f7d7971 (diff)
downloadruby-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_8.c')
-rw-r--r--enc/iso_8859_8.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/enc/iso_8859_8.c b/enc/iso_8859_8.c
index 52873e761..bd0754c2b 100644
--- a/enc/iso_8859_8.c
+++ b/enc/iso_8859_8.c
@@ -94,7 +94,7 @@ OnigEncodingDefine(iso_8859_8, ISO_8859_8) = {
onigenc_single_byte_left_adjust_char_head,
onigenc_always_true_is_allowed_reverse_match
};
-ENC_ALIAS("ISO8859-8", "ISO-8859-8");
+ENC_ALIAS("ISO8859-8", "ISO-8859-8")
/*
* Name: windows-1255
@@ -103,5 +103,5 @@ ENC_ALIAS("ISO8859-8", "ISO-8859-8");
* Link: http://www.microsoft.com/globaldev/reference/sbcs/1255.mspx
* Link: http://en.wikipedia.org/wiki/Windows-1255
*/
-ENC_REPLICATE("Windows-1255", "ISO-8859-8");
-ENC_ALIAS("CP1255", "Windows-1255");
+ENC_REPLICATE("Windows-1255", "ISO-8859-8")
+ENC_ALIAS("CP1255", "Windows-1255")