Charset Normalizer v2.0.4 Release Notes

Release Date: 2021-07-30 // over 2 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘ป The CLI no longer raise an unexpected exception when no encoding has been found (PR #70)
    • ๐Ÿ›  Fix accessing the 'alphabets' property when the payload contains surrogate characters (PR #68)
    • The logger could mislead (explain=True) on detected languages and the impact of one MBCS match (PR #72)
    • Submatch factoring could be wrong in rare edge cases (PR #72)
    • Multiple files given to the CLI were ignored when publishing results to STDOUT. (After the first path) (PR #72)
    • ๐Ÿ›  Fix line endings from CRLF to LF for certain project files (PR #67)

    ๐Ÿ”„ Changed

    • Adjust the MD to lower the sensitivity, thus improving the global detection reliability (PR #69 #76)
    • ๐Ÿ‘ Allow fallback on specified encoding if any (PR #71)