Module encoding

Module encoding 

Source
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