Function ucd_util::name::character_name_normalize_bytes [−][src]
fn character_name_normalize_bytes(slice: &mut [u8]) -> &mut [u8]
Normalize the given character name in place according to UAX44-LM2.
The slice returned is guaranteed to be valid UTF-8 for all possible values
of slice
.
See: http://unicode.org/reports/tr44/#UAX44-LM2