Performs non-recursive canonical decomposition (including for Hangul).
See the Rust documentation for decompose
for more information.
Static
createConstruct a new CanonicalDecomposition instance for NFC using a particular data source.
See the Rust documentation for new
for more information.
The raw (non-recursive) canonical decomposition operation.
Callers should generally use DecomposingNormalizer unless they specifically need raw composition operations
See the Rust documentation for
CanonicalDecomposition
for more information.