Expand description
编码
Modules§
- Functions for converting between different in-RAM representations of text and for quickly checking if the Unicode Bidirectional Algorithm can be avoided.
Structs§
- A converter that decodes a byte stream into Unicode according to a character encoding in a streaming (incremental) manner.
- A converter that encodes a Unicode stream into bytes according to a character encoding in a streaming (incremental) manner.
- An encoding as defined in the Encoding Standard.
Enums§
- Result of a (potentially partial) decode or encode operation with replacement.
- Result of a (potentially partial) decode operation without replacement.
- Result of a (potentially partial) encode operation without replacement.
Statics§
- The Big5 encoding.
- The initializer for the Big5 encoding.
- 默认编码
- The EUC-JP encoding.
- The initializer for the EUC-JP encoding.
- The EUC-KR encoding.
- The initializer for the EUC-KR encoding.
- The gb18030 encoding.
- The initializer for the gb18030 encoding.
- The GBK encoding.
- The initializer for the GBK encoding.
- The IBM866 encoding.
- The initializer for the IBM866 encoding.
- The ISO-2022-JP encoding.
- The initializer for 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 initializer for the ISO-8859-2 encoding.
- The initializer for the ISO-8859-3 encoding.
- The initializer for the ISO-8859-4 encoding.
- The initializer for the ISO-8859-5 encoding.
- The initializer for the ISO-8859-6 encoding.
- The initializer for the ISO-8859-7 encoding.
- The ISO-8859-8-I encoding.
- The initializer for the ISO-8859-8 encoding.
- The initializer for 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 initializer for the ISO-8859-10 encoding.
- The initializer for the ISO-8859-13 encoding.
- The initializer for the ISO-8859-14 encoding.
- The initializer for the ISO-8859-15 encoding.
- The initializer for the ISO-8859-16 encoding.
- The KOI8-R encoding.
- The initializer for the KOI8-R encoding.
- The KOI8-U encoding.
- The initializer for the KOI8-U encoding.
- The macintosh encoding.
- The initializer for the macintosh encoding.
- The replacement encoding.
- The initializer for the replacement encoding.
- The Shift_JIS encoding.
- The initializer for the Shift_JIS encoding.
- The UTF-8 encoding.
- The initializer for the UTF-8 encoding.
- The UTF-16BE encoding.
- The initializer for the UTF-16BE encoding.
- The UTF-16LE encoding.
- The initializer for the UTF-16LE encoding.
- The windows-874 encoding.
- The initializer for 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 initializer for the windows-1250 encoding.
- The initializer for the windows-1251 encoding.
- The initializer for the windows-1252 encoding.
- The initializer for the windows-1253 encoding.
- The initializer for the windows-1254 encoding.
- The initializer for the windows-1255 encoding.
- The initializer for the windows-1256 encoding.
- The initializer for the windows-1257 encoding.
- The initializer for the windows-1258 encoding.
- The x-mac-cyrillic encoding.
- The initializer for the x-mac-cyrillic encoding.
- The x-user-defined encoding.
- The initializer for the x-user-defined encoding.
Functions§
- 自动检测编码并解码
- translate charset name for encoding
- 通过预设解码
- detect charset for given buffer