]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/parser/analyzer/analyzer.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / html / parser / analyzer / analyzer.factor
index e48f09d6608bf97d771c5a51d63c7104fb26832b..9a2653152597739aabd93710fdfa5a37531c0d55 100644 (file)
@@ -2,8 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs combinators combinators.short-circuit
 fry html.parser http.client io kernel locals math math.statistics
-sequences sets splitting unicode.case unicode.categories urls
-urls.encoding shuffle ;
+sequences sets splitting unicode urls urls.encoding shuffle ;
 IN: html.parser.analyzer
 
 : scrape-html ( url -- response vector )