rust-unic icon indicating copy to clipboard operation
rust-unic copied to clipboard

Prefer stream-safe normalisation routines

Open clarfonthey opened this issue 6 years ago • 0 comments

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.

clarfonthey avatar Jan 31 '18 20:01 clarfonthey