Character Encoding
Enumerates character encodings.
Entries
ISO/IEC 8859 Part 1, a.k.a. Latin-1 Western European.
ISO/IEC 8859 Part 2, a.k.a. Latin-2 Central European.
ISO/IEC 8859 Part 3, a.k.a. Latin-3 South European.
ISO/IEC 8859 Part 4, a.k.a. Latin-4 North European.
ISO/IEC 8859 Part 5, a.k.a. Latin/Cyrillic.
ISO/IEC 8859 Part 6, a.k.a. Latin/Arabic.
ISO/IEC 8859 Part 7, a.k.a. Latin/Greek.
ISO/IEC 8859 Part 8, a.k.a. Latin/Hebrew.
ISO/IEC 8859 Part 9, a.k.a. Latin-5 Turkish.
ISO/IEC 8859 Part 10, a.k.a. Latin-6 Nordic.
ISO/IEC 8859 Part 11, a.k.a. Latin/Thai.
ISO/IEC 8859 Part 13, a.k.a. Latin-7 Baltic Rim.
ISO/IEC 8859 Part 14, a.k.a. Latin-8 Celtic.
ISO/IEC 8859 Part 15, a.k.a. Latin-9.
ISO/IEC 8859 Part 16, a.k.a. Latin-10 South-Eastern European.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.