pub fn normalize<'a>( input: &'a str, config: &NormalizerConfig, ) -> Result<Cow<'a, str>>
Normalize a CJK string according to config.
config
Returns a Cow::Borrowed when no substitutions are made (zero allocation).
Cow::Borrowed