-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1
-
None
-
mantis
-
generic
-
generic
-
Verified
J2RE 1.4.1 includes all the nio classes to support MS950_HKSCS, but if you check for this encoding using java.nio.charset.Charset.isSupported or java.nio.charset.Charset.availableCharsets, it's not supported. Apparently the necessary table entries in the CharsetProvider implementation are missing.
- relates to
-
JDK-6832110 regression java/nio/charset/Charset/NIOCharsetAvailabilityTest.java fails on 6u14b04
- Resolved