Closed Webatron11 closed 2 years ago
Turn accented characters into unaccented characters.
https://stackoverflow.com/questions/517923/what-is-the-best-way-to-remove-accents-normalize-in-a-python-unicode-string
This can actually take any non-ascii characters and turn them into ascii characters, thus this is renamed normalizer.
Commit 04d76da has implemented this feature.
Turn accented characters into unaccented characters.