unicode-rs / unicode-normalization

Unicode Normalization forms according to UAX#15 rules
https://unicode-rs.github.io/unicode-normalization
Other
158 stars 40 forks source link

Support FCC normalization [enhancement] #74

Open BartMassey opened 3 years ago

BartMassey commented 3 years ago

It would be nice if this crate supported FCC Normalization. Not urgent, since the only advantage of NFFCC over NFD appears to be performance, I think?