ch>title ( ch -- title )
Unicode data tables

Prev:ch>lower ( ch -- lower )
Next:special-case ( ch -- casing-tuple )


Vocabulary
unicode

Inputs
cha code point


Outputs
titlea code point


Word description
Returns the simple title-cased version of the code point, if it exists. This does not handle context-sensitive or locale-dependent properties of linguistically accurate case conversion, and does not correctly handle characters which become multiple characters on conversion to this case.

Definition