summaryrefslogtreecommitdiffstats
path: root/charset.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-04-25 18:44:25 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-04-25 18:44:25 +0000
commit65b07458131948a024533826dbe7d08f1a8f3da3 (patch)
tree09a0d2d047a169d5112f67cbd2783d53de2cbd44 /charset.c
parent8d55c6ba6fbd97b339e5872af82bd440c82b7292 (diff)
Kluge around some problems with iso-8859-9 locales.
Diffstat (limited to 'charset.c')
-rw-r--r--charset.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/charset.c b/charset.c
index 324652c1..92cdab40 100644
--- a/charset.c
+++ b/charset.c
@@ -171,7 +171,15 @@ PreferredMIMENames[] =
{ "l8", "iso-8859-14" },
{ "iso_8859-15", "iso-8859-15" },
-
+ { "latin9", "iso-8859-15" }, /* this is not a bug */
+
+ { "ýso-8859-9", "iso-8859-9" }, /* work around a problem:
+ * In iso-8859-9, the lower-
+ * case version of I is ý,
+ * not i.
+ */
+
+
/*
* If you happen to encounter system-specific brain-damage with
* respect to character set naming, please add it here, and