]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/unicode/unicode.factor
Create basis vocab root
[factor.git] / basis / bootstrap / unicode / unicode.factor
1 USING: strings.parser kernel namespaces unicode.data ;
2
3 [ name>char [ "Invalid character" throw ] unless* ]
4 name>char-hook set-global