open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

Upgrade to Unicode 11.0 #259

Open eyeplum opened 5 years ago

eyeplum commented 5 years ago

Description

Update external data and all modules to Unicode 11.0. For changes in Unicode 11.0, see: https://www.unicode.org/versions/Unicode11.0.0/

Tasks

These tasks are roughly planned out according to changes in Unicode 11.0 and the potential impact of rust-unic's implementation.

Segmentation

Emoji

UCD

IDNA

Related Issues, Pull Requests, Forks

behnam commented 5 years ago

https://github.com/unicode-rs/unicode-segmentation/issues/43 is tracking segmentation algorithm updates. I think we can keep the code in sync with unicode-segmentation, regardless of where we do the impl first.