Expand description

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

Statics

The Big5 encoding.
The EUC-JP encoding.
The EUC-KR encoding.
The gb18030 encoding.
The GBK encoding.
The IBM866 encoding.
The ISO-2022-JP encoding.
The ISO-8859-2 encoding.
The ISO-8859-3 encoding.
The ISO-8859-4 encoding.
The ISO-8859-5 encoding.
The ISO-8859-6 encoding.
The ISO-8859-7 encoding.
The ISO-8859-8 encoding.
The ISO-8859-8-I encoding.
The ISO-8859-10 encoding.
The ISO-8859-13 encoding.
The ISO-8859-14 encoding.
The ISO-8859-15 encoding.
The ISO-8859-16 encoding.
The KOI8-R encoding.
The KOI8-U encoding.
The macintosh encoding.
The Shift_JIS encoding.
The UTF-8 encoding.
The UTF-16BE encoding.
The UTF-16LE encoding.
The windows-874 encoding.
The windows-1250 encoding.
The windows-1251 encoding.
The windows-1252 encoding.
The windows-1253 encoding.
The windows-1254 encoding.
The windows-1255 encoding.
The windows-1256 encoding.
The windows-1257 encoding.
The windows-1258 encoding.
The x-mac-cyrillic encoding.

Type Definitions

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