Expand description
Encoding detection and conversion utilities
This module provides functions for detecting character encoding and converting to UTF-8.
Functionsยง
- convert_
to_ utf8 - Convert data to UTF-8 from detected encoding
- detect_
and_ convert - Detect encoding and convert to UTF-8 in one step
- detect_
encoding - Detect character encoding from byte data