Function icu_normalizer::compose

source ·
pub(crate) fn compose(
    iter: Char16TrieIterator<'_>,
    starter: char,
    second: char,
) -> Option<char>
Expand description

Performs canonical composition (including Hangul) on a pair of characters or returns None if these characters don’t compose. Composition exclusions are taken into account.