result_len is set to the resulting length of the string.
unicodeCanonicalDecomposition
fn
dchar[] unicodeCanonicalDecomposition(dchar ch)Computes the canonical decomposition of a Unicode character.
Parameters
ch | a Unicode character. |
Returns
a newly allocated string of Unicode characters.
Deprecated
Use the more flexible [glib.global.unicharFullyDecompose]
instead.