Commit 214bcb99 by Anthony Green Committed by Anthony Green

Add support for iso8859_1.

From-SVN: r45649
parent 478c61b7
2001-09-16 Anthony Green <green@redhat.com>
* gnu/gcj/convert/IOConverter.java: Add support for iso8859_1.
2001-09-14 Tom Tromey <tromey@redhat.com>
* java/util/TimeZone.java: Updated list of timezones from
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment