blob: d90151c12fd5844b5457c8d9b95eabd68b5758fb (
plain) (
blame)
1
2
3
4
|
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.
|