mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-12 15:43:16 +00:00

This re-generates the Unicode table for property name aliases after fixing a bug in property name canonicalization. Namely, the 'isc' alias of the 'ISO_Comment' property was being canonicalized to 'c', which is actually an alias of the 'Other' general category. This is a result of the canonicalization procedure ignoring 'is' prefixes, as permitted by UTS#18. Fixes #466