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

Prev:ch>upper ( ch -- upper )
Next:ch>title ( ch -- title )


Vocabulary
unicode

Inputs
cha code point


Outputs
lowera code point


Word description
Returns the simple lower-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