IOConverter.java: Manually maintained alias now lowercase.
* gnu/gcj/convert/IOConverter.java: Manually maintained alias now lowercase. From-SVN: r43620
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user