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

Fix #75, implement UnicodeNormalization for char #82

Closed Xaeroxe closed 3 years ago

Xaeroxe commented 3 years ago

Does what it says on the tin, uses core::option::IntoIter<char> to facilitate this.