Handbook
Glossary
category ( char -- category )
Unicode data tables
Prev:
property? ( char property -- ? )
Next:
ch>upper ( ch -- upper )
Vocabulary
unicode
.
data
Inputs
char
a code point
Outputs
category
a
string
Word description
Returns the general category of a code point, in the form of a string. This will always be a string within the ASCII range of length two. If the code point is unassigned, then it returns
Cn
.
Definition
USING:
sequences
;
IN:
unicode.data
:
category
( char -- category )
category-num
categories
nth
;