diff -r 747a61ad0977 -r 2cd62a4bd471 jdk/make/data/charsetmapping/DoubleByte-X.java.template --- a/jdk/make/data/charsetmapping/DoubleByte-X.java.template Mon May 11 15:09:22 2015 +0100 +++ b/jdk/make/data/charsetmapping/DoubleByte-X.java.template Tue Nov 03 09:42:11 2015 +0100 @@ -50,12 +50,12 @@ public CharsetDecoder newDecoder() { initb2c(); - return new DoubleByte.Decoder$DECTYPE$(this, b2c, b2cSB, $B2MIN$, $B2MAX$); + return new DoubleByte.Decoder$DECTYPE$(this, b2c, b2cSB, $B2MIN$, $B2MAX$, $ASCIICOMPATIBLE$); } public CharsetEncoder newEncoder() { initc2b(); - return new DoubleByte.Encoder$ENCTYPE$(this, $ENC_REPLACEMENT$ c2b, c2bIndex); + return new DoubleByte.Encoder$ENCTYPE$(this, $ENC_REPLACEMENT$ c2b, c2bIndex, $ASCIICOMPATIBLE$); } $B2C$