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