uchardet
An encoding detector library that attempts to determine the encoding of the text
An encoding detector library that attempts to determine the encoding of the text
To install this package, run one of the following:
uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. Returned encoding names are iconv-compatible. uchardet started as a C language binding of the original C++ implementation of the universal charset detection library by Mozilla. It can now detect more charsets, and more reliably than the original implementation.
Summary
An encoding detector library that attempts to determine the encoding of the text
Last Updated
Jan 15, 2024 at 10:02
License
MPL-1.1
Total Downloads
9.4K
Supported Platforms
GitHub Repository
https://cgit.freedesktop.org/uchardet/uchardet/Documentation
https://www.freedesktop.org/wiki/Software/uchardet/