]> gitweb.factorcode.org Git - factor.git/blob - basis/unicode/script/script.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / unicode / script / script.factor
1 ! Copyright (C) 2008 Daniel Ehrenberg.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: interval-maps namespaces parser simple-flat-file
4 words.constant ;
5 IN: unicode.script
6
7 <<
8 "script-table" create-word-in
9 "vocab:unicode/script/Scripts.txt" load-interval-file
10 define-constant
11 >>