combine-chars ( a b -- char/f )
Unicode data tables

Prev:canonical-entry ( char -- seq )
Next:combining-class ( char -- n )


Vocabulary
unicode.data

Inputs
aa code point
ba code point


Outputs
char/fa code point


Word description
If a followed by b can be combined in NFC, this returns the code point of their combination.

Definition