factor/basis/bootstrap/unicode/unicode.factor

5 lines
134 B
Factor
Executable File

USING: strings.parser kernel namespaces unicode.data ;
[ name>char [ "Invalid character" throw ] unless* ]
name>char-hook set-global