From: Thomas Roessler Date: Wed, 25 Apr 2001 18:44:25 +0000 (+0000) Subject: Kluge around some problems with iso-8859-9 locales. X-Git-Tag: mutt-1-3-18-rel~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65b07458131948a024533826dbe7d08f1a8f3da3;p=mutt Kluge around some problems with iso-8859-9 locales. --- 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