unidecode
unidecode copied to clipboard
Feature Request: Ignore Ranges of Codepoints
trafficstars
Hello @avian2. Would it be possible to add a feature that would take as input a set of one or more Unicode codepoints' and/or ranges to leave unchanged? This means that unidecode would effectively ignore such ranges of characters and leave them in place while transliterating everything else.
Thanks, Diogo
There is some related work already in pull request #52
Ah, thanks! Anything stopping the PR merge and publish the changes upstream (PyPI)?