aboutsummaryrefslogtreecommitdiffstats
path: root/enc/iso_8859_5.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 17:16:09 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 17:16:09 +0000
commit8f15b8128cf47ff679d4f0d3767605d0d0afcc3c (patch)
tree643bd4938ff2bccdecdb8e63702ce8bd4e55a10a /enc/iso_8859_5.c
parent21671b558cfd8d90647f40a8594fd9e6db038768 (diff)
downloadruby-8f15b8128cf47ff679d4f0d3767605d0d0afcc3c.tar.gz
* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*
which are not builtin. * regenc.{c,h} (onigenc_mb2_code_to_mbclen, onigenc_mb4_code_to_mbclen): fix prototype. * enc/big5.c, enc/euc_kr.c, enc/euc_tw.c, enc/gb18030.c, enc/koi8_r.c, enc/windows_1251.c: imported from Oniguruma. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/iso_8859_5.c')
-rw-r--r--enc/iso_8859_5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/enc/iso_8859_5.c b/enc/iso_8859_5.c
index 06b91ee643..d53cbdbe71 100644
--- a/enc/iso_8859_5.c
+++ b/enc/iso_8859_5.c
@@ -228,5 +228,3 @@ OnigEncodingDefine(iso_8859_5, ISO_8859_5) = {
onigenc_always_true_is_allowed_reverse_match
};
ENC_ALIAS("ISO8859-5", "ISO-8859-5");
-ENC_REPLICATE("Windows-1251", "ISO-8859-5");
-ENC_ALIAS("CP1251", "Windows-1251");