Files
third_party_rust_unicode-no…/tests
Dan Gohman 33e73008da Fix is_public_assigned to include Hangul Syllable and other ranges.
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.
2021-06-01 14:42:29 -07:00
..
2020-04-13 11:58:40 +02:00
2020-04-10 23:37:34 +03:00