unicodeCanonicalDecomposition

Computes the canonical decomposition of a Unicode character.

More...
dchar[]
unicodeCanonicalDecomposition
(
dchar ch
)

Parameters

ch dchar

a Unicode character.

Return Value

Type: dchar[]

a newly allocated string of Unicode characters. result_len is set to the resulting length of the string.

Detailed Description

Deprecated: Use the more flexible glib.global.unicharFullyDecompose instead.