| Vulnerabilities | |||||
|---|---|---|---|---|---|
| Version | Suggest | Low | Medium | High | Critical |
| 2.2.0a2 | 0 | 0 | 0 | 0 | 0 |
| 2.1.7 | 0 | 0 | 0 | 0 | 0 |
| 2.1.6 | 0 | 0 | 0 | 0 | 0 |
| 2.1.5 | 0 | 0 | 0 | 0 | 0 |
| 2.1.4 | 0 | 0 | 0 | 0 | 0 |
| 2.1.3 | 0 | 0 | 0 | 0 | 0 |
| 2.1.1 | 0 | 0 | 0 | 0 | 0 |
| 2.1.0 | 0 | 0 | 0 | 0 | 0 |
| 2.0.1 | 0 | 0 | 0 | 0 | 0 |
| 2.0a4 | 0 | 0 | 0 | 0 | 0 |
| 2.0a3 | 0 | 0 | 0 | 0 | 0 |
| 2.0a2 | 0 | 0 | 0 | 0 | 0 |
| 2.0.0 | 0 | 0 | 0 | 0 | 0 |
| 1.1.3 | 0 | 0 | 0 | 0 | 0 |
| 1.1.2 | 0 | 0 | 0 | 0 | 0 |
| 1.1.1 | 0 | 0 | 0 | 0 | 0 |
| 1.1.0 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0 | 0 | 0 | 0 | 0 | 0 |
| 0.3.5 | 0 | 0 | 0 | 0 | 0 |
| 0.3.4 | 0 | 0 | 0 | 0 | 0 |
2.2.0a2 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
GPL - GPL License (Generic)cChardet is high speed universal character encoding detector. - binding to uchardet.
import cchardet as chardet
with open(r"tests/samples/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt", "rb") as f:
msg = f.read()
result = chardet.detect(msg)
print(result)$ python setup.py build_ext -i -f
$ python tests/bench.pyCPU: AMD Ryzen 9 7950X3D
RAM: DDR5-5600MT/s 96GB
Platform: Ubuntu 24.04 amd64
| Request (call/s) | |
|---|---|
| chardet v5.2.0 | 1.1 |
| cchardet v2.2.0a1 | 2263.6 |
See COPYING file.