README 501 B

12345678910111213
  1. libuchardet (encoding detector library)
  2. uchardet uchardet is a C language binding of the original C++
  3. implementation of the universal charset detection library by Mozilla.
  4. uchardet is an encoding detector library, which takes a sequence of
  5. bytes in an unknown character encoding without any additional
  6. information, and attempts to determine the encoding of the text.
  7. Returned encoding names are iconv-compatible.
  8. It can now detect more charsets, and more reliably than the original
  9. implementation.