Class ICU4XCanonicalComposition

The raw canonical composition operation.

Callers should generally use ICU4XComposingNormalizer unless they specifically need raw composition operations

See the Rust documentation for CanonicalComposition for more information.

Constructors

Methods

Constructors

Methods

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

    See the Rust documentation for compose for more information.

    Parameters

    • starter: string
    • second: string

    Returns string