The current java.nio implementation provides character converters only for a small set of rather simple encodings. To validate that the new API is adequate for the entire range of character encodings, a few non-trivial character converters need to be implemented, for example:
- ISO 2022 JP
- Macintosh Hebrew
- ISO 8859-1 with mappings from decomposed Unicode character sequences to corresponding Latin-1 characters
- KSC 5601 with mappings from sequences of combining Jamo to corresponding KSC Hangul characters
- ISO 2022 JP
- Macintosh Hebrew
- ISO 8859-1 with mappings from decomposed Unicode character sequences to corresponding Latin-1 characters
- KSC 5601 with mappings from sequences of combining Jamo to corresponding KSC Hangul characters
- relates to
-
JDK-4626545 Provide a useful subset of CJK/East Asian encoding support using NIO CS API
-
- Closed
-