Handbook
Glossary
non-starter? ( char -- ? )
Unicode data tables
Prev:
combining-class ( char -- n )
Next:
name>char ( name -- char )
Vocabulary
unicode
.
data
Inputs
char
a code point
Outputs
?
a
boolean
Word description
Returns true if the code point has a combining class.
Definition
USING:
kernel
sequences
;
IN:
unicode.data
:
non-starter?
( char -- ? )
combining-class
{
0
f
}
member?
not
;
inline