Charsets
Constant definitions for the standard charsets. These charsets are guaranteed to be available on every implementation of the Java platform.
Properties
ISO_8859_1
ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.
val ISO_8859_1: Charset
US_ASCII
Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set.
val US_ASCII: Charset
UTF_16
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
val UTF_16: Charset
UTF_32
32-bit Unicode (or UCS) Transformation Format, byte order identified by an optional byte-order mark
val UTF_32: Charset
UTF_32BE
32-bit Unicode (or UCS) Transformation Format, big-endian byte order.
val UTF_32BE: Charset