unicode-categories icon indicating copy to clipboard operation
unicode-categories copied to clipboard

Upgrade to a more recent version of the Unicode standard

Open H2CO3 opened this issue 7 years ago • 1 comments

I noticed that the latest – and only – commit containing Unicode property tables was generated in October 2015 – which means that the latest standard this crate can support is Unicode 8.0. It would be good to upgrade the tables using a more recent, preferably Unicode-10 compatible version of UnicodeData.txt.

H2CO3 avatar Aug 05 '17 20:08 H2CO3

You might be interested in finl_unicode, which I just released on crates.io. It supports the latest Unicode standard and is 10–20 times faster than unicode-categories.

dahosek avatar Aug 30 '22 04:08 dahosek