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

wrong codepoint for Private Use Area #8

Closed codinguncut closed 7 years ago

codinguncut commented 7 years ago

Hi,

in __init__.py:78: if codepoint > 0xeffff:

Is that the correct codepoint. I can see a private use area 0xe000-0xefff. Is the above a typo, or am I missing something re: utf-16?

codinguncut commented 7 years ago

my bad.