Add support for iso8859_1.
authorAnthony Green <green@redhat.com>
Mon, 17 Sep 2001 02:28:53 +0000 (02:28 +0000)
committerAnthony Green <green@gcc.gnu.org>
Mon, 17 Sep 2001 02:28:53 +0000 (02:28 +0000)
From-SVN: r45649

libjava/ChangeLog
libjava/gnu/gcj/convert/IOConverter.java

index 3bb6a36535136bd01afc6d2e7c0ff2deca96f9d9..172253d5e335e748ccb33d94ebccbe59ede4934b 100644 (file)
@@ -1,3 +1,7 @@
+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
index 353f31c609cde69b48035f86ac8c20c68c6a31da..0f869c6fd9c08828c23fa96ab93539233801b093 100644 (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