]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/parser/printer/printer.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / html / parser / printer / printer.factor
index 4401e1f22946b0c8236b07b766c31e09d37135b1..88de6be85b789bf8d1ee74ece7727347b0bc38e7 100644 (file)
@@ -1,6 +1,6 @@
 USING: accessors assocs combinators html.parser
 html.parser.utils io io.streams.string kernel math math.order
-namespaces sequences strings unicode.categories ;
+namespaces sequences strings unicode ;
 IN: html.parser.printer
 
 TUPLE: html-printer ;