Skip to main content

Enumeration: Charset

Common character sets used in HTTP.

Enumeration Members

ISO_8859_1

ISO_8859_1: "ISO-8859-1"

ISO/IEC 8859-1 Latin-1 character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-1

Defined in

types/http/Charsets.ts:15


ISO_8859_2

ISO_8859_2: "ISO-8859-2"

ISO/IEC 8859-2 Latin-2 Central European character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-2

Defined in

types/http/Charsets.ts:21


ISO_8859_3

ISO_8859_3: "ISO-8859-3"

ISO/IEC 8859-3 Latin-3 South European character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-3

Defined in

types/http/Charsets.ts:27


ISO_8859_4

ISO_8859_4: "ISO-8859-4"

ISO/IEC 8859-4 Latin-4 North European character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-4

Defined in

types/http/Charsets.ts:33


ISO_8859_5

ISO_8859_5: "ISO-8859-5"

ISO/IEC 8859-5 Latin/Cyrillic character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-5

Defined in

types/http/Charsets.ts:39


ISO_8859_6

ISO_8859_6: "ISO-8859-6"

ISO/IEC 8859-6 Latin/Arabic character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-6

Defined in

types/http/Charsets.ts:45


ISO_8859_7

ISO_8859_7: "ISO-8859-7"

ISO/IEC 8859-7 Latin/Greek character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-7

Defined in

types/http/Charsets.ts:51


ISO_8859_8

ISO_8859_8: "ISO-8859-8"

ISO/IEC 8859-8 Latin/Hebrew character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-8

Defined in

types/http/Charsets.ts:57


ISO_8859_9

ISO_8859_9: "ISO-8859-9"

ISO/IEC 8859-9 Latin-5 Turkish character set.

See

https://en.wikipedia.org/wiki/ISO/IEC_8859-9

Defined in

types/http/Charsets.ts:63


US_ASCII

US_ASCII: "US-ASCII"

US ASCII character set.

See

https://en.wikipedia.org/wiki/ASCII

Defined in

types/http/Charsets.ts:9


UTF_16

UTF_16: "UTF-16"

UTF-16 character set (16-bit Unicode Transformation Format).

See

https://en.wikipedia.org/wiki/UTF-16

Defined in

types/http/Charsets.ts:75


UTF_8

UTF_8: "UTF-8"

UTF-8 character set (Universal Character Set Transformation Format).

See

https://en.wikipedia.org/wiki/UTF-8

Defined in

types/http/Charsets.ts:69