]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/tutorial/tutorial.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / help / tutorial / tutorial.factor
index 6e9b40bf0702c38991994f43ab776ed00abdc10e..7d4611867b3b6edd42b66154c166d08904b44a9a 100644 (file)
@@ -1,7 +1,6 @@
 USING: help.markup help.syntax ui.commands ui.operations
 editors vocabs.loader kernel sequences prettyprint tools.test
-vocabs.refresh strings unicode.categories unicode.case
-ui.tools.browser ui.tools.common ;
+vocabs.refresh strings unicode ui.tools.browser ui.tools.common ;
 IN: help.tutorial
 
 ARTICLE: "first-program-start" "Creating a vocabulary for your first program"