]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/syntax/inverse/inverse.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / xml / syntax / inverse / inverse.factor
index 9e5dfc9ecaf4913313621e0b8fcc55cf4b8b125f..dba6469b7da81e69e2c6699840c8cffe67d62b36 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors arrays assocs combinators
 combinators.short-circuit fry generalizations inverse kernel
 namespaces sequences sequences.generalizations sorting strings
-unicode.categories xml.data xml.syntax xml.syntax.private ;
+unicode xml.data xml.syntax xml.syntax.private ;
 IN: xml.syntax.inverse
 
 : remove-blanks ( seq -- newseq )