]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/formatting/formatting.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / formatting / formatting.factor
index bdb81c1338b1ac8d6aadcd969721feb285613674..09f67f363bc8f01f645ab64ebb82e721a0f4d928 100644 (file)
@@ -4,8 +4,7 @@ USING: accessors arrays assocs calendar combinators
 combinators.smart fry generalizations io io.streams.string
 kernel macros math math.functions math.parser namespaces
 peg.ebnf present prettyprint quotations sequences
-sequences.generalizations strings unicode.case
-unicode.categories vectors ;
+sequences.generalizations strings unicode vectors ;
 FROM: math.parser.private => format-float ;
 IN: formatting