]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/help/help.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / webapps / help / help.factor
index aa7885099d884d8e900c5ca1a6f52a787449f08b..fd53988b939cf63f2e01efeb7ea74ec06de7013e 100644 (file)
@@ -4,7 +4,7 @@ USING: accessors assocs furnace.actions furnace.redirection
 help.html help.topics html.components html.forms http.server
 http.server.dispatchers http.server.static io.directories
 io.files.temp kernel locals namespaces sequences
-unicode.categories urls ;
+unicode urls ;
 IN: webapps.help
 
 TUPLE: help-webapp < dispatcher ;