]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/validators/validators.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / validators / validators.factor
index 2488f87ea70246bd50a35055d309f47d1dfd872e..c3b800ae57d800dc4343e786008a4206400879d0 100644 (file)
@@ -2,8 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays assocs classes continuations hashtables kernel
 make math math.functions math.parser math.ranges namespaces
-quotations regexp sequences sets unicode.case unicode.categories
-words xmode.catalog ;
+quotations regexp sequences sets unicode words xmode.catalog ;
 IN: validators
 
 : v-checkbox ( str -- ? )