Closed codinguncut closed 7 years ago
Hi,
in __init__.py:78: if codepoint > 0xeffff:
__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?
0xe000-0xefff
my bad.
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?