Class CanonicalComposition

The raw canonical composition operation.

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

See the Rust documentation for CanonicalComposition for more information.

Constructors

Accessors

Methods

Constructors

Accessors

  • get ffiValue(): number
  • Returns number

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: number
    • second: number

    Returns number

""