python-charset-normalizer
Port variant v14
Summary Charset Detection, for Everyone (3.14)
Package version 3.4.7
Homepage https://pypi.org/project/charset-normalizer/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 22 MAY 2026, 14:41:05 UTC
Port created 15 JUL 2021, 22:32:01 UTC
Subpackage Descriptions
single

Charset Detection, for Everyone 👋

The Real First Universal Charset Detector
[image] [image] [image]

Featured Packages
[image] [image]

In other language (unofficial port - by the community)
[image]

> A library that helps you read text from an unknown charset encoding.
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.
Configuration Switches (platform-specific settings discarded)
PY313 OFF Build using Python 3.13 PY314 ON Build using Python 3.14
Package Dependencies by Type
Build (only) python314:dev:std
python-pip:single:v14
autoselect-python:single:std
Build and Runtime python314:primary:std
Download groups
main mirror://PYPIWHL/db/8f/61959034484a4a7c527811f4721e75d02d653a35afb0b6054474d8185d4c
Distribution File Information
3dce51d0f5e7951f8bb4900c257dad282f49190fdbebecd4ba99bcc41fef404d 61958 python-src/charset_normalizer-3.4.7-py3-none-any.whl
Ports that require python-charset-normalizer:v14
python-python-debian:v14 Manipulate Debian packages and repositories (3.14)
python-reportlab:v14 Library for generating PDFs and graphics (3.14)
python-requests:v14 Python HTTP for Humans (3.14)