Function
GLibunicode_canonical_decomposition
deprecated: 2.30
Declaration [src]
gunichar*
g_unicode_canonical_decomposition (
gunichar ch,
gsize* result_len
)
Description [src]
Computes the canonical decomposition of a Unicode character.
Deprecated since: 2.30
Use the more flexible g_unichar_fully_decompose()
instead.