From 0f3d197da100e11b4897cf02510f867f921c33d8 Mon Sep 17 00:00:00 2001 From: duerst Date: Wed, 13 Jul 2016 01:31:44 +0000 Subject: * enc/iso_8859_13.c, enc/windows_1257.c: Split Windows-1257 from ISO-8859-13 to be able to implement different case conversions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/iso_8859_13.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'enc/iso_8859_13.c') diff --git a/enc/iso_8859_13.c b/enc/iso_8859_13.c index 9c7bdc6f6f..f2c763ff8b 100644 --- a/enc/iso_8859_13.c +++ b/enc/iso_8859_13.c @@ -241,13 +241,3 @@ OnigEncodingDefine(iso_8859_13, ISO_8859_13) = { #endif /* ONIG_CASE_MAPPING */ }; ENC_ALIAS("ISO8859-13", "ISO-8859-13") - -/* - * Name: windows-1257 - * MIBenum: 2257 - * Link: http://www.iana.org/assignments/character-sets - * Link: http://www.microsoft.com/globaldev/reference/sbcs/1257.mspx - * Link: http://en.wikipedia.org/wiki/Windows-1257 - */ -ENC_REPLICATE("Windows-1257", "ISO-8859-13") -ENC_ALIAS("CP1257", "Windows-1257") -- cgit v1.2.3