Charset Normalizer v1.2.0 Release Notes

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

    • ๐Ÿ”‹ Feature : Added has_submatch, percent_chaos and percent_coherence properties on single match object.
    • ๐Ÿ‘Œ Improvement : best() method of CharsetNormalizerMatches has been rewritten for better readability.
    • ๐Ÿ”‹ Feature : Added explain boolean positional parameter to print out what actually happen when searching for a match.
    • ๐Ÿ‘Œ Improvement : Detection has been globally improved.
    • ๐Ÿ”‹ Feature : You can exclude some encoding when searching for a match with parameter cp_exclusion. List of str. for from_bytes from_path and from_fp.
    • ๐Ÿ”‹ Feature : You can limit the search to some encoding when looking for a match with parameter cp_isolation. List of str. for from_bytes from_path and from_fp.
    • ๐Ÿ”‹ Feature : import charset_normalizer is enough to provide additional help when you encounter UnicodeDecodeError exception.