python-charset-normalizer: Add new package
authorJeffery To <jeffery.to@gmail.com>
Thu, 20 Jul 2023 07:39:57 +0000 (15:39 +0800)
committerRosen Penev <rosenp@gmail.com>
Tue, 25 Jul 2023 05:46:12 +0000 (22:46 -0700)
commit5ef294f64f36cf44b63e585364dccf61c444febe
tree3ffc22992c3cad9acb690de1cb6c91d1738f4628
parentc5c02c060bd9480bb47cd5f9631f72d099c4cbe8
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>
lang/python/python-charset-normalizer/Makefile [new file with mode: 0644]