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.

void
unicodeCanonicalOrdering
(
dchar[] string_
)

Parameters

string_ dchar[]

a UCS-4 encoded string.