Charset Normalizer v2.0.5 Release Notes

Release Date: 2021-09-14 // over 2 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘ The project now comply with: flake8, mypy, isort and black to ensure a better overall quality (PR #81)
    • โช The BC-support with v1.x was improved, the old staticmethods are restored (PR #82)
    • The Unicode detection is slightly improved (PR #93)
    • Add syntax sugar __bool__ for results CharsetMatches list-container (PR #91)

    โœ‚ Removed

    • โš  The project no longer raise warning on tiny content given for detection, will be simply logged as warning instead (PR #92)

    ๐Ÿ›  Fixed

    • In some rare case, the chunks extractor could cut in the middle of a multi-byte character and could mislead the mess detection (PR #95)
    • ๐Ÿ”Œ Some rare 'space' characters could trip up the UnprintablePlugin/Mess detection (PR #96)
    • The MANIFEST.in was not exhaustive (PR #78)