Characters encoding
The Characters Encoding module provides tools for converting between native byte representations and Unicode characters.
It enables scripts to correctly interpret and manipulate text in various encodings, ensuring compatibility across different platforms and locales.
The module also includes functionality for detecting character sets that match a given input, facilitating reliable text processing and internationalization.
Functions
- native2unicode - Converts bytes representation to unicode characters 
- nativecharset - Find all charset matches that appear to be consistent with the input 
- unicode2native - Converts unicode characters representation to bytes 
Last updated
Was this helpful?
