From 8f15b8128cf47ff679d4f0d3767605d0d0afcc3c Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 13 Jan 2008 17:16:09 +0000 Subject: * 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 --- enc/iso_8859_5.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'enc/iso_8859_5.c') 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"); -- cgit v1.2.3