! Copyright (C) 2008 Daniel Ehrenberg. ! See http://factorcode.org/license.txt for BSD license. USING: interval-maps namespaces simple-flat-file ; IN: unicode.script : script-of ( char -- script ) script-table get-global interval-at ;