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

Replace string literal + encode with bytes literal #39

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

Simpler and more forward compatible. The b prefix syntax is available on all supported Pythons.