Changeset 2589:73d86dfec4c5 for charset.c
Legend:
- Unmodified
- Added
- Removed
-
charset.c
r2371 r2589 173 173 { "iso_8859-15", "iso-8859-15" }, 174 174 { "latin9", "iso-8859-15" }, /* this is not a bug */ 175 176 177 /* 178 * If you happen to encounter system-specific brain-damage with 179 * respect to character set naming, please add it here, and 180 * submit a patch to <mutt-dev@mutt.org>. 181 */ 182 183 175 176 /* Suggested by Ionel Mugurel Ciobica <tgakic@sg10.chem.tue.nl> */ 177 { "latin0" "iso-8859-15" }, /* this is not a bug */ 178 179 { "iso_8859-16", "iso-8859-16" }, 180 { "latin10", "iso-8859-16" }, /* this is not a bug */ 184 181 185 182 /* … … 187 184 * nl_langinfo under SunOS 5.8. 188 185 */ 189 186 190 187 { "646", "us-ascii" }, 191 188 … … 193 190 * http://www.sun.com/software/white-papers/wp-unicode/ 194 191 */ 195 192 196 193 { "eucJP", "euc-jp" }, 197 194 { "PCK", "Shift_JIS" }, … … 203 200 { "sjis", "Shift_JIS" }, 204 201 202 203 /* 204 * If you happen to encounter system-specific brain-damage with 205 * respect to character set naming, please add it above this 206 * comment, and submit a patch to <mutt-dev@mutt.org>. 207 */ 205 208 206 209 /* End of aliases. Please keep this line last. */
