From 0ef21e44e7fac96f0919e7d0ef2bf30c47eb2128 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 1 Jul 2008 09:50:30 +0000 Subject: forgot to commit git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/iso_8859_8.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'enc/iso_8859_8.c') diff --git a/enc/iso_8859_8.c b/enc/iso_8859_8.c index 52873e7618..bd0754c2b1 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") -- cgit v1.2.3