-
Enhancement
-
Resolution: Fixed
-
P4
-
22
-
b06
-
generic
-
generic
UTF-32 encoding based Charsets, namely
UTF_32
UTF_32BE
UTF_32LE
are not included in `StandardCharsets`. It would be desirable to add those Charsets as constants in `StandardCharsets`, as it would be consistent with other UTF-* Charsets.
This is requested by FFM API, as it interacts with underlying OS's encodings, where `wchar_t` is often defined as 32-bit in POSIX systems.
UTF_32
UTF_32BE
UTF_32LE
are not included in `StandardCharsets`. It would be desirable to add those Charsets as constants in `StandardCharsets`, as it would be consistent with other UTF-* Charsets.
This is requested by FFM API, as it interacts with underlying OS's encodings, where `wchar_t` is often defined as 32-bit in POSIX systems.
- csr for
-
JDK-8310251 Add UTF-32 based Charsets into StandardCharsets
- Closed
- duplicates
-
JDK-6349364 (cs) Update Charset's spec to add UTF32 and ISO-8859-15 to the list of Standard Charsets
- Closed
There are no Sub-Tasks for this issue.