-
Sub-task
-
Resolution: Delivered
-
P4
-
22
-
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.