]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/documents/elements/elements.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / documents / elements / elements.factor
index 7ba3cb8a6eddf866f6a61e69d461c911f616958a..3d6538aa36adeb2819261dc7dca2205ef4425993 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays combinators documents fry kernel math sequences
-accessors unicode.categories unicode.breaks combinators.short-circuit ;
+accessors unicode combinators.short-circuit ;
 IN: documents.elements
 
 GENERIC: prev-elt ( loc document elt -- newloc )