]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/search/search.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / help / search / search.factor
index 9d6ff601070ad9a9b7482f885db67f1554152595..87db04467f5b77987ce0c8ce8e5790b973e73b7a 100644 (file)
@@ -4,8 +4,8 @@
 USING: arrays assocs combinators combinators.short-circuit fry
 help help.apropos help.markup help.stylesheet help.topics io
 io.streams.string io.styles kernel math memoize namespaces
-sequences sequences.deep sorting splitting strings unicode.case
-unicode.categories words ;
+sequences sequences.deep sorting splitting strings unicode
+words ;
 
 IN: help.search