Handbook
Glossary
combine-chars ( a b -- char/f )
Unicode data tables
Prev:
canonical-entry ( char -- seq )
Next:
combining-class ( char -- n )
Vocabulary
unicode
.
data
Inputs
a
a code point
b
a code point
Outputs
char/f
a code point
Word description
If a followed by b can be combined in NFC, this returns the code point of their combination.
Definition
USING:
assocs
unicode.data.private
;
IN:
unicode.data
:
combine-chars
( a b -- char/f )
>2ch
combine-map
at
;
inline