avian2 / unidecode

ASCII transliterations of Unicode text - GitHub mirror
https://pypi.python.org/pypi/Unidecode
GNU General Public License v2.0
516 stars 62 forks source link

Feature Request: Ignore Ranges of Codepoints #98

Open diogo-fernan opened 5 months ago

diogo-fernan commented 5 months ago

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

avian2 commented 5 months ago

There is some related work already in pull request #52

diogo-fernan commented 4 months ago

Ah, thanks! Anything stopping the PR merge and publish the changes upstream (PyPI)?