[][src]Module lynx::charsets

This module is a clean re-export of the encoding_rs crate. You can probably find the charset you need in here.

Statics

BIG5

The Big5 encoding.

EUC_JP

The EUC-JP encoding.

EUC_KR

The EUC-KR encoding.

GB18030

The gb18030 encoding.

GBK

The GBK encoding.

IBM866

The IBM866 encoding.

ISO_2022_JP

The ISO-2022-JP encoding.

ISO_8859_2

The ISO-8859-2 encoding.

ISO_8859_3

The ISO-8859-3 encoding.

ISO_8859_4

The ISO-8859-4 encoding.

ISO_8859_5

The ISO-8859-5 encoding.

ISO_8859_6

The ISO-8859-6 encoding.

ISO_8859_7

The ISO-8859-7 encoding.

ISO_8859_8

The ISO-8859-8 encoding.

ISO_8859_8_I

The ISO-8859-8-I encoding.

ISO_8859_10

The ISO-8859-10 encoding.

ISO_8859_13

The ISO-8859-13 encoding.

ISO_8859_14

The ISO-8859-14 encoding.

ISO_8859_15

The ISO-8859-15 encoding.

ISO_8859_16

The ISO-8859-16 encoding.

KOI8_R

The KOI8-R encoding.

KOI8_U

The KOI8-U encoding.

MACINTOSH

The macintosh encoding.

SHIFT_JIS

The Shift_JIS encoding.

UTF_8

The UTF-8 encoding.

UTF_16BE

The UTF-16BE encoding.

UTF_16LE

The UTF-16LE encoding.

WINDOWS_874

The windows-874 encoding.

WINDOWS_1250

The windows-1250 encoding.

WINDOWS_1251

The windows-1251 encoding.

WINDOWS_1252

The windows-1252 encoding.

WINDOWS_1253

The windows-1253 encoding.

WINDOWS_1254

The windows-1254 encoding.

WINDOWS_1255

The windows-1255 encoding.

WINDOWS_1256

The windows-1256 encoding.

WINDOWS_1257

The windows-1257 encoding.

WINDOWS_1258

The windows-1258 encoding.

X_MAC_CYRILLIC

The x-mac-cyrillic encoding.

Type Definitions

Charset

This type is an alias to the encoding_rs::Encoding type, used to normalize the name across the crate.