Unicode.unicodeCanonicalDecomposition

Computes the canonical decomposition of a Unicode character.

class Unicode
static
unicodeCanonicalDecomposition

Parameters

ch gunichar

a Unicode character.

resultLen gsize

location to store the length of the return value.

Return Value

Type: gunichar*

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

Meta