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

Diff of /classpath/gnu/java/nio/charset/UTF_8.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  /* UTF_8.java --  /* UTF_8.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 62  final class UTF_8 extends Charset Line 62  final class UTF_8 extends Charset
62  {  {
63    UTF_8 ()    UTF_8 ()
64    {    {
65      super ("UTF-8", null);      super ("UTF-8", new String[] {
66            /* These names are provided by
67             * http://oss.software.ibm.com/cgi-bin/icu/convexp?s=ALL
68             */
69            "ibm-1208", "ibm-1209", "ibm-5304", "ibm-5305",
70            "windows-65001", "cp1208",
71            // see http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html
72            "UTF8"
73        });
74    }    }
75    
76    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