IOConverter.java: Manually maintained alias now lowercase.
authorTom Tromey <tromey@redhat.com>
Wed, 27 Jun 2001 21:56:08 +0000 (21:56 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 27 Jun 2001 21:56:08 +0000 (21:56 +0000)
* gnu/gcj/convert/IOConverter.java: Manually maintained alias now
lowercase.

From-SVN: r43620

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

index bc27929..9e8fcaa 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-27  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/gcj/convert/IOConverter.java: Manually maintained alias now
+       lowercase.
+
 2001-06-25  Tom Tromey  <tromey@redhat.com>
 
        * scripts/encodings.pl: Generate lower-case names.  Updated URL
index 2c1d526..ccb994f 100644 (file)
@@ -26,7 +26,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 ("iso-latin-1", "8859_1");
     // All aliases after this point are automatically generated by the
     // `encodings.pl' script.  Run it to make any corrections.
     hash.put ("ansi_x3.4-1968", "ASCII");