Charset Normalizer v2.0.7 Release Notes

Release Date: 2021-10-11 // over 2 years ago
  • โž• Added

    • โž• Add support for Kazakh (Cyrillic) language detection (PR #109)

    ๐Ÿ”„ Changed

    • Further, improve inferring the language from a given single-byte code page (PR #112)
    • ๐Ÿ‘ Vainly trying to leverage PEP263 when PEP3120 is not supported (PR #116)
    • ๐ŸŽ Refactoring for potential performance improvements in loops from @adbar (PR #113)
    • Various detection improvement (MD+CD) (PR #117)

    โœ‚ Removed

    • โœ‚ Remove redundant logging entry about detected language(s) (PR #115)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a minor inconsistency between Python 3.5 and other versions regarding language detection (PR #117 #102)