Expand description

Methods for composing and decomposing characters.

Functions

Look up the canonical combining class for a codepoint.
Compose two characters into a single character, if possible. See Unicode Standard Annex #15 for more information.
Compute canonical Unicode decomposition for character. See Unicode Standard Annex #15 for more information.
Compute standard-variation decomposition for character.
Compute canonical or compatible Unicode decomposition for character. See Unicode Standard Annex #15 for more information.
Return whether the given character is a combining mark (General_Category=Mark)