name>char ( name -- char )
Unicode data tables

Prev:non-starter? ( char -- ? )
Next:char>name ( char -- name )


Vocabulary
unicode

Inputs
namea string


Outputs
chara code point


Word description
Looks up the code point corresponding to a given name.

Definition