canonical-entry ( char -- seq )
Unicode data tables

Next:combine-chars ( a b -- char/f )


Vocabulary
unicode.data

Inputs
chara code point


Outputs
seqa string


Word description
Finds the canonical decomposition (NFD) for a code point

Definition