open-i18n / rust-unic

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

Implement locale-based collation #177

Open behnam opened 7 years ago

behnam commented 7 years ago

This would depend on having the locale tags and CLDR data processing in place and should be a good CLDR-level target.

jakobdalsgaard commented 4 years ago

I have some rough Rust code that loads the DUCET (Default Unicode Collation Element Table) and almost have the UCA - Unicode Collation Algorithm implemented, it's rough and not pretty -- but I'd very much like to work on this -- is anyone looking into this currently? I'm looking for some good examples of Collation Element Table tailoring according to locale, but have failed to find much so far.