-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: core-libs
-
generic
-
generic
The following three new constants in `java.nio.charset.StandardCharsets` class have been introduced:
```
UTF_32
UTF_32BE
UTF_32LE
```
These are 32-bit based UTF charsets that are in parallel with the existing 8-bit and 16-bit equivalents.
```
UTF_32
UTF_32BE
UTF_32LE
```
These are 32-bit based UTF charsets that are in parallel with the existing 8-bit and 16-bit equivalents.