As part of the fix for 4765370 we added special-case code to the
java.lang.StringCoding and sun.nio.cs.Stream{De,En}coder classes
that force the use of the sun.io PCK converters in preference to
the NIO PCK charset, which in 1.4.1 and 1.4.2 is just the SJIS
charset.
These hacks must be removed in 1.5, otherwise the planned true PCK
charset for NIO will not be used by the String or java.io classes.
-- ###@###.### 2003/1/15
java.lang.StringCoding and sun.nio.cs.Stream{De,En}coder classes
that force the use of the sun.io PCK converters in preference to
the NIO PCK charset, which in 1.4.1 and 1.4.2 is just the SJIS
charset.
These hacks must be removed in 1.5, otherwise the planned true PCK
charset for NIO will not be used by the String or java.io classes.
-- ###@###.### 2003/1/15
- duplicates
-
JDK-4892738 Migrate PCK and eucJP-Open converters to use NIO charset API
-
- Resolved
-
- relates to
-
JDK-4765370 Solaris proprietary code converters are needed for Japanese locales
-
- Closed
-