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.

struct Unicode
static
void
unicodeCanonicalOrdering
(
dchar* string_
,
size_t len
)

Parameters

string_ dchar*

a UCS-4 encoded string.

len size_t

the maximum length of string to use.