From cbc947885a8d4962721936f703f386d25ae5f12d Mon Sep 17 00:00:00 2001 From: duerst Date: Wed, 13 Jul 2016 04:08:36 +0000 Subject: * enc/iso_8859_7.c, enc/windows_1253.c: Split Windows-1253 from ISO-8859-7 to be able to implement different case conversions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/iso_8859_7.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'enc/iso_8859_7.c') diff --git a/enc/iso_8859_7.c b/enc/iso_8859_7.c index 06ffd174a9..bf4235c7f9 100644 --- a/enc/iso_8859_7.c +++ b/enc/iso_8859_7.c @@ -230,13 +230,3 @@ OnigEncodingDefine(iso_8859_7, ISO_8859_7) = { #endif /* ONIG_CASE_MAPPING */ }; ENC_ALIAS("ISO8859-7", "ISO-8859-7") - -/* - * Name: windows-1253 - * MIBenum: 2253 - * Link: http://www.iana.org/assignments/character-sets - * Link: http://www.microsoft.com/globaldev/reference/sbcs/1253.mspx - * Link: http://en.wikipedia.org/wiki/Windows-1253 - */ -ENC_REPLICATE("Windows-1253", "ISO-8859-7") -ENC_ALIAS("CP1253", "Windows-1253") -- cgit v1.2.3