What's Changed
- Forcing UTF-8 when reading languages.json, updated confusables.json by @clydejallorina in #5
- Handle correct unicodedata method exception by @wesinator in #7
- Potential Breaking Fix: Fixes #4 Previously when the ignore strategy was used to generate ascii, it removed non matching characters. The default is to still remove non matching characters, but before it was to ignore with the wrong result.
- This release should also fix #1
Note: Will be moving to PR based changes after this.
New Contributors
- @clydejallorina made their first contribution in #5
- @wesinator made their first contribution in #7
Full Changelog: v2.0.4...v2.1.0