StandardCharsets

Undocumented in source.

Members

Variables

ISO_8859_1
enum string ISO_8859_1;

ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1

US_ASCII
enum string US_ASCII;

Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set

UTF_16
enum string UTF_16;

Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark

UTF_16BE
enum string UTF_16BE;

Sixteen-bit UCS Transformation Format, big-endian byte order

UTF_16LE
enum string UTF_16LE;

Sixteen-bit UCS Transformation Format, little-endian byte order

UTF_8
enum string UTF_8;

Eight-bit UCS Transformation Format

Meta