| Port variant | v13 |
| Summary | Charset Detection, for Everyone (3.13) |
| Package version | 3.4.6 |
| Homepage | https://pypi.org/project/charset-normalizer/ |
| Keywords | python |
| Maintainer | Python Automaton |
| License | Not yet specified |
| Other variants | v14 |
| Ravenports | Buildsheet | History |
| Ravensource | Port Directory | History |
| Last modified | 24 MAR 2026, 14:46:45 UTC |
| Port created | 15 JUL 2021, 22:32:01 UTC |
| single | Charset Detection, for Everyone 👋
The Real First Universal Charset Detector
Featured Packages
In other language (unofficial port - by the
community) Motivated by `chardet`, > I'm trying to resolve the issue by taking a new approach. > All IANA character set names for which the Python core library provides codecs are supported. > You can also register your own set of codecs, and yes, it would work as-is. >>>>> 👉 Try Me Online Now, Then Adopt Me 👈 <<<<< This project offers you an alternative to **Universal Charset Encoding Detector**, also known as **Chardet**. | Feature | [Chardet] | Charset Normalizer | [cChardet] | |--------------------------------------------------|:---------------------------------------------:|:-----------------------------------------------------------------------------------------------:|:-----------------------------------------------:| | `Fast` | ✅ | ✅ | ✅ | | `Universal`[^1] | ❌ | ✅ | ❌ | | `Reliable` **without** distinguishable standards | ✅ | ✅ | ✅ | | `Reliable` **with** distinguishable standards | ✅ | ✅ | ✅ | | `License` | _Disputed_[^2]_restrictive_ | MIT | MPL-1.1 _restrictive_ | | `Native Python` | ✅ | ✅ | ❌ | | `Detect spoken language` | ✅ | ✅ | N/A | | `UnicodeDecodeError Safety` | ✅ | ✅ | ❌ | | `Whl Size (min)` | 500 kB | 150 kB | ~200 kB | | `Supported Encoding` | 99 | [99] | 40 | | `Can register custom encoding` | ❌ | ✅ | ❌ | [image][image] [^1]: They are clearly using specific code for a specific encoding even if covering most of used one. |
| Build (only) |
python313:dev:std python-pip:single:v13 autoselect-python:single:std |
| Build and Runtime | python313:primary:std |
| main | mirror://PYPIWHL/2a/68/687187c7e26cb24ccbd88e5069f5ef00eba804d36dde11d99aad0838ab45 |
| python-python-debian:v13 | Manipulate Debian packages and repositories (3.13) |
| python-reportlab:v13 | Library for generating PDFs and graphics (3.13) |
| python-requests:v13 | Python HTTP for Humans (3.13) |