summaryrefslogtreecommitdiff
path: root/enc/iso_8859_13.c
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-13 01:31:44 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-13 01:31:44 +0000
commit0f3d197da100e11b4897cf02510f867f921c33d8 (patch)
tree559d3f320569437e607f6c9eb58d262d1c0335f4 /enc/iso_8859_13.c
parentfee3e72b1b014da5c71eea83e826241c3eef26be (diff)
* 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
Diffstat (limited to 'enc/iso_8859_13.c')
-rw-r--r--enc/iso_8859_13.c10
1 files changed, 0 insertions, 10 deletions
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")