Re-exports§
pub use engine::Engine;
pub use deencodetree::DeencodeTree;
Modules§
- deencodetree
- The deencoding process.
- engine
- latin1engine
- Deencoding engine for Latin-1 / Codepage 1252
- mixed816beengine
- Deencoding engine for a mixed UTF-8/UTF-16BE scheme
- mixed816leengine
- Deencoding engine for a mixed UTF-8/UTF-16LE scheme
- utf7engine
- Deencoding engine for UTF-7
- utf8engine
Statics§
- LATIN1
- Provided engine for Latin-1 / ISO-8859-1 / Codepage 1252.
- MIXE
D816BE - Provided engine for a mixed UTF-8/UTF-16BE scheme.
- MIXE
D816LE - Provided engine for a mixed UTF-8/UTF-16LE scheme.
- UTF7
- Provided engine for UTF-7.
- UTF8
- Provided engine for UTF-8.
Functions§
- deencode
- Build a
DeencodeTree
by successively running encodings and decodings through the engines.