Unicode.unicodeCanonicalOrdering

Computes the canonical ordering of a string in-place. This rearranges decomposed characters in the string according to their combining classes. See the Unicode manual for more information.

class Unicode
static
void
unicodeCanonicalOrdering

Parameters

string gunichar*

a UCS-4 encoded string.

len gsize

the maximum length of string to use.

Meta