mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
df802a2754
The Normalizations iterator has been renamed to Decompositions. It does not currently include all forms of Unicode normalization, but only encompasses decompositions. If implemented recomposition would likely be a separate iterator which works on the result of this one. [breaking-change]