factor/basis/bootstrap/unicode/unicode.factor

6 lines
156 B
Factor
Raw Normal View History

USING: strings.parser kernel namespaces unicode.data ;
2008-08-29 01:41:26 -04:00
IN: bootstrap.unicode
2008-06-12 06:13:31 -04:00
[ name>char [ "Invalid character" throw ] unless* ]
name>char-hook set-global