pub fn symbolic_name_normalize(string: &mut String)
Expand description

Normalize the given symbolic name in place according to UAX44-LM3.

A “symbolic name” typically corresponds to property names and property value aliases. Note, though, that it should not be applied to property string values.

See: http://unicode.org/reports/tr44/#UAX44-LM2