category: Python requires: python39 sdesc: "The Real First Universal Charset Detector" ldesc: " 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. " external-source: python-charset_normalizer