make/data/charsetmapping/SingleByte-X.java.template
changeset 58561 3968bf3673c5
parent 47216 71c04702a3d5
--- a/make/data/charsetmapping/SingleByte-X.java.template	Fri Oct 11 06:57:33 2019 -0700
+++ b/make/data/charsetmapping/SingleByte-X.java.template	Thu Oct 10 10:28:55 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -48,7 +48,7 @@
     }
 
     public CharsetDecoder newDecoder() {
-        return new SingleByte.Decoder(this, b2c, $ASCIICOMPATIBLE$);
+        return new SingleByte.Decoder(this, b2c, $ASCIICOMPATIBLE$, $LATIN1DECODABLE$);
     }
 
     public CharsetEncoder newEncoder() {