--- /home/cpdev/src/classpath/gnu/java/nio/charset/UTF_16BE.java	2005-07-02 21:03:08.000000000 +0000
+++ gnu/java/nio/charset/UTF_16BE.java	2005-06-30 05:34:10.000000000 +0000
@@ -79,6 +79,6 @@
 
   public CharsetEncoder newEncoder ()
   {
-    return new UTF_16Encoder (this, UTF_16Encoder.BIG_ENDIAN, false);
+    return new UTF_16Encoder (this, UTF_16Encoder.BIG_ENDIAN, true);
   }
 }
