Closed sunfishcode closed 3 years ago
Hangul Syllables and several other ranges are defined in UnicodeData.txt as just their first and last values:
AC00;<Hangul Syllable, First>;Lo;0;L;;;;;N;;;;; D7A3;<Hangul Syllable, Last>;Lo;0;L;;;;;N;;;;;
Teach the unicode.py script how to recognize these, so that it correctly classifies them as assigned ranges, for the is_public_assigned predicate.
is_public_assigned
Hangul Syllables and several other ranges are defined in UnicodeData.txt as just their first and last values:
Teach the unicode.py script how to recognize these, so that it correctly classifies them as assigned ranges, for the
is_public_assigned
predicate.