Unicode.unicodeCanonicalDecomposition

Warning g_unicode_canonical_decomposition has been deprecated since version 2.30 and should not be used in newly-written code. Use the more flexible g_unichar_fully_decompose() instead. Computes the canonical decomposition of a Unicode character.

class Unicode
static
unicodeCanonicalDecomposition

Parameters

ch gunichar

a Unicode character.

Return Value

Type: gunichar[]

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

Meta