From 93c1109c19e1475a77c0d68d727423b38acb74d7 Mon Sep 17 00:00:00 2001 From: duerst Date: Wed, 13 Jul 2016 04:19:17 +0000 Subject: * enc/iso_8859_9.c, enc/windows_1254.c: Split Windows-1254 from ISO-8859-9 to be able to implement different case conversions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/iso_8859_9.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'enc/iso_8859_9.c') diff --git a/enc/iso_8859_9.c b/enc/iso_8859_9.c index 9beb4f68e6..668168daa9 100644 --- a/enc/iso_8859_9.c +++ b/enc/iso_8859_9.c @@ -237,13 +237,3 @@ OnigEncodingDefine(iso_8859_9, ISO_8859_9) = { #endif /* ONIG_CASE_MAPPING */ }; ENC_ALIAS("ISO8859-9", "ISO-8859-9") - -/* - * Name: windows-1254 - * MIBenum: 2254 - * Link: http://www.iana.org/assignments/character-sets - * Link: http://www.microsoft.com/globaldev/reference/sbcs/1254.mspx - * Link: http://en.wikipedia.org/wiki/Windows-1254 - */ -ENC_REPLICATE("Windows-1254", "ISO-8859-9") -ENC_ALIAS("CP1254", "Windows-1254") -- cgit v1.2.3