]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/roman/roman.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / roman / roman.factor
index 346226bf4e7cb5659e873b66cdc77ece722f4f2d..fe227963468a3df8778648af333d2d8c56bdb84f 100644 (file)
@@ -4,7 +4,7 @@ USING: accessors arrays assocs combinators.smart effects
 effects.parser fry generalizations grouping kernel lexer macros
 math math.order math.vectors namespaces parser quotations
 sequences sequences.private splitting.monotonic stack-checker
-strings unicode.case words ;
+strings unicode words ;
 IN: roman
 
 <PRIVATE