CharacterEncoding

Enumerates character encodings.

Entries

Link copied to clipboard

Unknown encoding.

Link copied to clipboard

ASCII (ISO 646).

Link copied to clipboard

ISO/IEC 8859 Part 1, a.k.a. Latin-1 Western European.

Link copied to clipboard

ISO/IEC 8859 Part 2, a.k.a. Latin-2 Central European.

Link copied to clipboard

ISO/IEC 8859 Part 3, a.k.a. Latin-3 South European.

Link copied to clipboard

ISO/IEC 8859 Part 4, a.k.a. Latin-4 North European.

Link copied to clipboard

ISO/IEC 8859 Part 5, a.k.a. Latin/Cyrillic.

Link copied to clipboard

ISO/IEC 8859 Part 6, a.k.a. Latin/Arabic.

Link copied to clipboard

ISO/IEC 8859 Part 7, a.k.a. Latin/Greek.

Link copied to clipboard

ISO/IEC 8859 Part 8, a.k.a. Latin/Hebrew.

Link copied to clipboard

ISO/IEC 8859 Part 9, a.k.a. Latin-5 Turkish.

Link copied to clipboard

ISO/IEC 8859 Part 10, a.k.a. Latin-6 Nordic.

Link copied to clipboard

ISO/IEC 8859 Part 11, a.k.a. Latin/Thai.

Link copied to clipboard

ISO/IEC 8859 Part 13, a.k.a. Latin-7 Baltic Rim.

Link copied to clipboard

ISO/IEC 8859 Part 14, a.k.a. Latin-8 Celtic.

Link copied to clipboard

ISO/IEC 8859 Part 15, a.k.a. Latin-9.

Link copied to clipboard

ISO/IEC 8859 Part 16, a.k.a. Latin-10 South-Eastern European.

Link copied to clipboard

CP437 (DOS Latin US).

Link copied to clipboard

Windows-1250 (Eastern European).

Link copied to clipboard

Windows-1251 (Cyrillic).

Link copied to clipboard

Windows-1252 (Western European).

Link copied to clipboard

Windows-1256 (Arabic).

Link copied to clipboard

Shift JIS (Japanese).

Link copied to clipboard

Big5 (Traditional Chinese).

Link copied to clipboard

GB2312 (Simplified Chinese).

Link copied to clipboard

GB18030 (Simplified Chinese).

Link copied to clipboard

EUC-JP (Japanese).

Link copied to clipboard

EUC-KR (Korean).

Link copied to clipboard

UTF16BE (UTF-16 Big Endian), a.k.a. UnicodeBig.

Link copied to clipboard

UTF8 (UTF-8).

Link copied to clipboard

UTF16LE (UTF-16 Little Endian).

Link copied to clipboard

UTF32BE (UTF-32 Big Endian).

Link copied to clipboard

UTF32LE (UTF-32 Little Endian).

Link copied to clipboard

Binary data.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun toJson(): String
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.