You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes long standing issue where <:Digit> matches everything and
codepoints with 'Numeric_Type' = 'Digit' would return an empty string
instead of the correct result.
Changes: 2017.11..2017.11-20-gd23f5ca16
356d9db76 Commit updated Unicode database, produced with latest ucd2c.pl
5277814c8 ucd2c.pl: Put the MVM_COLLATION values back to int not int enum
8fb124bee ucd2c.pl: Update copyright for Unicode Database
d2cf724a6 Fix bug causing breakage of Numeric_Type=Digit
b5512342b ucd2c.pl: Remove LineBreak sub and consolidate into another
f6db90aec ucd2c.pl: Streamline and rework code, remove dead code
5ae7a6108 ucd2c.pl: Add support for integer based enum properties
bee34bf4f ucd2c.pl: Add support for enum int properties
e87a74130 Remove some duplicated code
6b04c9858 Improve error if synthetic's unicode property is queried
e1b48c57e ucd2c.pl: Fix an error determining pvalue start
8b785c33b ucd2c.pl: Eliminate $points_by_hex ref hash
fd54cbcc4 ucd2c.pl: Check that each pvalue code isn't assigned twice
925dab9bc ucd2c.pl: Simplify number of arguments for enumerated_property()
9fc35efbb Fix missing parens
0 commit comments