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

Diff of /classpath/gnu/java/nio/charset/UTF_16BE.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_16BE.java --  /* UTF_16BE.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_16BE extends Charset Line 51  final class UTF_16BE extends Charset
51  {  {
52    UTF_16BE ()    UTF_16BE ()
53    {    {
54      super ("UTF-16BE", null);      super ("UTF-16BE",  new String[] {
55            // witnessed by the internet
56            "UTF16BE",
57            /* These names are provided by
58             * http://oss.software.ibm.com/cgi-bin/icu/convexp?s=ALL
59             */
60            "x-utf-16be", "ibm-1200", "ibm-1201", "ibm-5297",
61            "ibm-13488", "ibm-17584", "windows-1201", "cp1200", "cp1201",
62            "UTF16_BigEndian",
63            // see http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html
64            "UnicodeBigUnmarked"
65        });
66    }    }
67    
68    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