Charset Normalizer
Changes :
- Feature : Now support
unicodedata2
backport. To benefit from it install usingpip install charset-normalizer[UnicodeDataBackport]
. Python 3.7 have UnicodeData v11. You could upgrade it to v12. - Feature : Added preemptive behaviour. Looking for a declared encoding. Using positional parameter
preemptive_behaviour
. Default to True. Does not take declared encoding for it, testing it first. - Improvement : Added aliases to CharsetNormalizerMatches class.
CharsetDetector
;EncodingDetector
andCharsetDoctor
.