special-case ( ch -- casing-tuple )
Unicode data tables

Prev:ch>title ( ch -- title )


Vocabulary
unicode.data

Inputs
cha code point


Outputs
casing-tuplea tuple, or f


Word description
If a code point has special casing behavior, returns a tuple which represents that information.

Definition