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.
Static
createConstruct a new ICU4XCanonicalComposition instance for NFC
See the Rust documentation for new
for more information.
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.