avian2 / unidecode

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

Fix unidecode_expect_ascii method #46

Closed mazurenkomm closed 5 years ago

mazurenkomm commented 5 years ago

check for python version mixed up https://github.com/avian2/unidecode/issues/45#issue-400825321

avian2 commented 5 years ago

I'm sorry, but I'm not merging this. It's obviously wrong since on Python 3 your change never does any transliteration at all. See also all the failing tests.