--- a/jdk/make/data/charsetmapping/SingleByte-X.java.template Mon May 11 15:09:22 2015 +0100
+++ b/jdk/make/data/charsetmapping/SingleByte-X.java.template Tue Nov 03 09:42:11 2015 +0100
@@ -48,11 +48,11 @@
}
public CharsetDecoder newDecoder() {
- return new SingleByte.Decoder(this, b2c);
+ return new SingleByte.Decoder(this, b2c, $ASCIICOMPATIBLE$);
}
public CharsetEncoder newEncoder() {
- return new SingleByte.Encoder(this, c2b, c2bIndex);
+ return new SingleByte.Encoder(this, c2b, c2bIndex, $ASCIICOMPATIBLE$);
}
private final static String b2cTable = $B2CTABLE$