Charset Normalizer v2.0.4 Release Notes
Release Date: 2021-07-30 // almost 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)