CMD + K

uchardet

Community

An encoding detector library that attempts to determine the encoding of the text

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::uchardet

Usage Tracking

0.0.8
0.0.7
0.0.6
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64
linux-aarch64