unicodeCanonicalDecomposition

fndchar[] unicodeCanonicalDecomposition(dchar ch)

Computes the canonical decomposition of a Unicode character.

Parameters

cha Unicode character.

Returns

a newly allocated string of Unicode characters.

result_len is set to the resulting length of the string.

Deprecated

Use the more flexible [glib.global.unicharFullyDecompose]

instead.