category ( char -- category )
Unicode data tables

Prev:property? ( char property -- ? )
Next:ch>upper ( ch -- upper )


Vocabulary
unicode.data

Inputs
chara code point


Outputs
categorya 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