]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/chloe/syntax/syntax.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / html / templates / chloe / syntax / syntax.factor
index 264559e2d8c04b296e56adef7e80b3a1dc08a1f6..5d02982610dc3fe4e1e470d71c61e807d1a5ec26 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors sequences combinators kernel namespaces classes.tuple
 assocs splitting words arrays memoize parser lexer io io.files
-io.encodings.utf8 io.streams.string unicode.case mirrors fry math urls
+io.encodings.utf8 io.streams.string unicode mirrors fry math urls
 multiline xml xml.data xml.writer xml.syntax html.components
 html.templates ;
 IN: html.templates.chloe.syntax