Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Treat dashes and digits as valid chars in uninames
my %c; for 0..0x1FFFF { %c{$_} = 1 for .uniname.comb }; %c.keys.sort.join.say
OUTPUT:« ()-0123456789<>ABCDEFGHIJKLMNOPQRSTUVWXYZabdeghilnoprstuvwxy»
I am not including <> and () in the list.
Here is the list of stuff that has () or <> in a uniname:
<CJK Ideograph Extension A>
<CJK Ideograph>
<Hangul Syllable>
<Low Surrogate>
<Non Private Use High Surrogate>
<Private Use High Surrogate>
<Private Use>
<Tangut Ideograph>
<illegal>
<reserved>
CARRIAGE RETURN (CR)
FORM FEED (FF)
LINE FEED (LF)
NEXT LINE (NEL)- Loading branch information