GLib.unicode_canonical_decomposition

function unicode_canonical_decomposition(ch: String, result_len: Number(gsize)): String {
    // Gjs wrapper for g_unicode_canonical_decomposition()
}
  

Computes the canonical decomposition of a Unicode character.

ch

a Unicode character.

result_len

location to store the length of the return value.

Returns

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