/[classpath]/classpath/gnu/java/nio/charset/ISO_8859_1.java
ViewVC logotype

Diff of /classpath/gnu/java/nio/charset/ISO_8859_1.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Sun Jan 16 02:14:45 2005 UTC revision 1.2.2.2 by gnu_andrew, Fri Feb 4 09:44:44 2005 UTC
# Line 1  Line 1 
1  /* ISO_8859_1.java --  /* ISO_8859_1.java --
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 53  final class ISO_8859_1 extends Charset Line 53  final class ISO_8859_1 extends Charset
53  {  {
54    ISO_8859_1 ()    ISO_8859_1 ()
55    {    {
56      super ("ISO-8859-1", new String[]{"ISO-LATIN-1"});      /* Canonical charset name chosen according to:
57         * http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html
58         */
59        super ("ISO-8859-1", new String[] {
60            /* These names are provided by
61             * http://www.iana.org/assignments/character-sets
62             */
63            "iso-ir-100",
64            "ISO_8859-1",
65            "latin1",
66            "l1",
67            "IBM819",
68            "CP819",
69            "csISOLatin1",
70            "8859_1",
71            /* These names are provided by
72             * http://oss.software.ibm.com/cgi-bin/icu/convexp?s=ALL
73             */
74            "ISO8859_1", "ISO_8859_1", "ibm-819", "ISO_8859-1:1987",
75            "819"
76            });
77    
78    }    }
79    
80    public boolean contains (Charset cs)    public boolean contains (Charset cs)

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26