Charset Normalizer v1.3.0 Release Notes

Release Date: 2019-09-30 // over 4 years ago
  • ๐Ÿ”„ Changes :

    • ๐Ÿ”‹ Feature : Now support unicodedata2 backport. To benefit from it install using pip 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 and CharsetDoctor.