python-charset-normalizer: Add new package
authorJeffery To <jeffery.to@gmail.com>
Thu, 20 Jul 2023 07:39:57 +0000 (15:39 +0800)
committerJeffery To <jeffery.to@gmail.com>
Tue, 25 Jul 2023 07:40:19 +0000 (15:40 +0800)
commitca5184e1f339c305cfac3c0035677851674d7eb3
treec4a482b18fc9f46bb7d5c451bb905a800ae69763
parentfec71a5c6ba100b79b53bde747f9d625b0234844
python-charset-normalizer: Add new package

From the README:

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.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 5ef294f64f36cf44b63e585364dccf61c444febe)
lang/python/python-charset-normalizer/Makefile [new file with mode: 0644]