Add support for iso8859_1.

From-SVN: r45649
This commit is contained in:
Anthony Green
2001-09-17 02:28:53 +00:00
committed by Anthony Green
parent 478c61b7e1
commit 214bcb99a1
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ public abstract class IOConverter
// Manually maintained aliases. Note that the value must be our
// canonical name.
hash.put ("iso-latin-1", "8859_1");
hash.put ("iso8859_1", "8859_1");
// On Solaris the default encoding, as returned by nl_langinfo(),
// is `646' (aka ASCII), but the Solaris iconv_open() doesn't
// understand that. We work around the problem by adding an