Unicode.unicodeCanonicalDecomposition

Computes the canonical decomposition of a Unicode character.

More...
struct Unicode
static
dchar*
unicodeCanonicalDecomposition
(
dchar ch
,
size_t* resultLen
)

Parameters

ch dchar

a Unicode character.

resultLen size_t*

location to store the length of the return value.

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 g_unichar_fully_decompose() instead.