]> gitweb.factorcode.org Git - factor.git/blob - extra/bootstrap/unicode/unicode.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / 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