]> granicus.if.org Git - mutt/commitdiff
Kluge around some problems with iso-8859-9 locales.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 25 Apr 2001 18:44:25 +0000 (18:44 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 25 Apr 2001 18:44:25 +0000 (18:44 +0000)
charset.c

index 324652c16bd0c04be4165ce341dbe34f4d2b5d81..92cdab40be7fcb1232c8f2ef92173807e7945568 100644 (file)
--- 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