]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/parser/parser.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / html / parser / parser.factor
index 3b42e1b0921d94c66d5973d6634a29ae18d8ae08..14534ca8c0857e25db58ef49d3c8d6c3d5dd69c0 100644 (file)
@@ -2,8 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays hashtables sequences.parser
 html.parser.utils kernel namespaces sequences make math
-unicode.case unicode.categories combinators.short-circuit
-quoting fry ;
+unicode combinators.short-circuit quoting fry ;
 IN: html.parser
 
 TUPLE: tag name attributes text closing? ;