open-i18n / rust-unic

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

Prefer stream-safe normalisation routines #197

Open clarfonthey opened 6 years ago

clarfonthey commented 6 years ago

See unicode-rs/unicode-normalization#20 for rationale, and https://unicode.org/reports/tr15/#UAX15-D4 for a description of the algorithm.

This would allow us to do no-allocation normalisation, making all of the normal forms available on no_std.