Available on crate feature
encoding only.Expand description
Encoding detection and conversion.
Modules§
- decode
- Decoding raw bytes to UTF-8 strings. Decoding raw bytes to UTF-8 strings.
- detect
- Encoding detection from raw bytes. Encoding detection from raw HTML bytes.
Structs§
- Encoding
- An encoding as defined in the Encoding Standard.
Functions§
- decode
- Decode raw bytes using a known encoding.
- decode_
or_ detect - Auto-detect encoding and decode in one step.
- detect
- Detect the character encoding of raw HTML bytes.