From: Thomas Roessler Date: Fri, 28 Sep 2001 08:38:44 +0000 (+0000) Subject: More character set aliases, from Ionel Mugurel Ciobica X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08971e6f2d0f6981b77268fddc45e6297b78994e;p=neomutt More character set aliases, from Ionel Mugurel Ciobica . --- diff --git a/charset.c b/charset.c index 2be74af3e..549556dbf 100644 --- a/charset.c +++ b/charset.c @@ -172,27 +172,24 @@ PreferredMIMENames[] = { "iso_8859-15", "iso-8859-15" }, { "latin9", "iso-8859-15" }, /* this is not a bug */ - - - /* - * If you happen to encounter system-specific brain-damage with - * respect to character set naming, please add it here, and - * submit a patch to . - */ - + /* Suggested by Ionel Mugurel Ciobica */ + { "latin0" "iso-8859-15" }, /* this is not a bug */ + + { "iso_8859-16", "iso-8859-16" }, + { "latin10", "iso-8859-16" }, /* this is not a bug */ /* * David Champion has observed this with * nl_langinfo under SunOS 5.8. */ - + { "646", "us-ascii" }, /* * http://www.sun.com/software/white-papers/wp-unicode/ */ - + { "eucJP", "euc-jp" }, { "PCK", "Shift_JIS" }, { "ko_KR-euc", "euc-kr" }, @@ -202,6 +199,12 @@ PreferredMIMENames[] = { "sjis", "Shift_JIS" }, + + /* + * If you happen to encounter system-specific brain-damage with + * respect to character set naming, please add it above this + * comment, and submit a patch to . + */ /* End of aliases. Please keep this line last. */