unicode-rs / unicode-normalization

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

Expose Decompose Functionality Separately #73

Closed logannc closed 3 years ago

logannc commented 3 years ago

Compose is exposed, normalization is exposed, but if I want to canonically/compatibility decompose a string then do processing on it before re-composing, this is not possible.

Can this be exposed?

P.S. - thank you for your series of excellent crates.

logannc commented 3 years ago

I am an idiot.

:)