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

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

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

revision 1.2.2.1 by gnu_andrew, Sat Jan 15 17:01:43 2005 UTC revision 1.2.2.2 by gnu_andrew, Fri Feb 4 09:44:44 2005 UTC
# Line 1  Line 1 
1  /* UTF_16LE.java --  /* UTF_16LE.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 51  final class UTF_16LE extends Charset Line 51  final class UTF_16LE extends Charset
51  {  {
52    UTF_16LE ()    UTF_16LE ()
53    {    {
54      super ("UTF-16LE", null);      super ("UTF-16LE", new String[] {
55            // witnessed by the internet
56            "UTF16LE",
57            /* These names are provided by
58             * http://oss.software.ibm.com/cgi-bin/icu/convexp?s=ALL
59             */
60            "x-utf-16le", "ibm-1202", "ibm-13490", "ibm-17586",
61            "UTF16_LittleEndian",
62            // see http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html
63            "UnicodeLittleUnmarked"
64        });
65    }    }
66    
67    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