collation-key/nfd ( string -- key nfd )
Collation and weak comparison

Prev:sort-strings ( strings -- sorted )
Next:string<=> ( str1 str2 -- <=> )


Vocabulary
unicode

Inputs
stringa string


Outputs
keya byte-array
nfdan object


Word description
This takes a string and gives a representation of the collation key, which can be compared with <=>. The representation is according to the DUCET.

Definition