1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
naruse 2008-02-15 20:55:27 +00:00
parent fc46d89b6d
commit a2d85d61bd
3 changed files with 12 additions and 3 deletions

View file

@ -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");