uchardet

An encoding detector library ported from Mozilla

Version

0.0.7-1
(2021-01-23)

Size

91.3

KiB

Repository

HaikuPorts
x86_64
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.