--- /home/cpdev/src/classpath/gnu/java/nio/charset/UTF_16.java	2005-07-02 21:03:08.000000000 +0000
+++ gnu/java/nio/charset/UTF_16.java	2005-06-30 05:34:10.000000000 +0000
@@ -57,7 +57,7 @@
         /* These names are provided by
          * http://oss.software.ibm.com/cgi-bin/icu/convexp?s=ALL
          */
-        "ISO-10646-UCS-2", "unicode", "csUnicode", "ucs-2", "UnicodeBig"
+        "ISO-10646-UCS-2", "unicode", "csUnicode", "ucs-2"
     });
   }
 
@@ -75,6 +75,6 @@
 
   public CharsetEncoder newEncoder ()
   {
-    return new UTF_16Encoder (this, UTF_16Encoder.BIG_ENDIAN, true);
+    return new UTF_16Encoder (this, UTF_16Encoder.BIG_ENDIAN, false);
   }
 }
