avian2 / unidecode

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

Add unidecode_fast function to speedup mostly-ASCII transliterations. #3

Closed dukebody closed 8 years ago

dukebody commented 8 years ago

See https://github.com/avian2/unidecode/issues/2 and https://github.com/iki/unidecode/pull/11#issuecomment-148920908

I can create more unit tests and/or update documentation if needed.