Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8242541: Small charset issues (ISO8859-16, x-eucJP-Open, x-IBM834 and…
… x-IBM949C) Modify ISO8859-16, x-eucJP-Open, x-IBM834 and x-IBM949C charset related files Reviewed-by: naoto
- Loading branch information
Showing
with
39 additions
and 14 deletions.
- +5 −4 make/data/charsetmapping/charsets
- +3 −3 src/jdk.charsets/share/classes/sun/nio/cs/ext/{IBM834.java → IBM834.java.template}
- +3 −3 src/jdk.charsets/share/classes/sun/nio/cs/ext/{IBM949C.java → IBM949C.java.template}
- +3 −2 test/jdk/java/nio/charset/Charset/RegisteredCharsets.java
- +25 −2 test/jdk/sun/nio/cs/CheckHistoricalNames.java