Function unicode_normalization::char::decompose_cjk_compat_variants[][src]

pub fn decompose_cjk_compat_variants<F>(c: char, mut emit_char: F) where
    F: FnMut(char), 

Compute standard-variation decomposition for character.

[Standardized Variation Sequences] are used instead of the standard canonical decompositions, notably for CJK codepoints with singleton canonical decompositions, to avoid losing information. See the Unicode Variation Sequence FAQ and the "Other Enhancements" section of the Unicode 6.3 Release Summary for more information.