aboutsummaryrefslogtreecommitdiffstats
path: root/enc/iso_8859_4.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-15 20:55:27 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-15 20:55:27 +0000
commita2d85d61bdad79c89b0281dc3ad2e9afc3ae1c6b (patch)
tree3732eb1be42a195d3964ceb3593049e24d6214d3 /enc/iso_8859_4.c
parentfc46d89b6d7a8e8859741a0120b9b4621dfb9de6 (diff)
downloadruby-a2d85d61bdad79c89b0281dc3ad2e9afc3ae1c6b.tar.gz
* enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/iso_8859_4.c')
-rw-r--r--enc/iso_8859_4.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/enc/iso_8859_4.c b/enc/iso_8859_4.c
index f548ed581d..9c034b0409 100644
--- a/enc/iso_8859_4.c
+++ b/enc/iso_8859_4.c
@@ -240,5 +240,3 @@ OnigEncodingDefine(iso_8859_4, ISO_8859_4) = {
onigenc_always_true_is_allowed_reverse_match
};
ENC_ALIAS("ISO8859-4", "ISO-8859-4");
-ENC_REPLICATE("Windows-1257", "ISO-8859-4");
-ENC_ALIAS("CP1257", "Windows-1257");