]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/common/common.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / project-euler / common / common.factor
index cf82e557d1959d9e6cd1bd4d3caf56f4d6970ac9..4b4548e8191bb4e780700d109e59d338f88d6e9a 100644 (file)
@@ -5,7 +5,7 @@ USING: accessors arrays byte-arrays fry hints kernel lists make math
     math.functions math.matrices math.order math.parser math.primes.factors
     math.primes.lists math.primes.miller-rabin math.ranges math.ratios
     math.vectors namespaces parser prettyprint quotations sequences sorting
-    strings unicode.case vocabs vocabs.parser words ;
+    strings unicode vocabs vocabs.parser words ;
 IN: project-euler.common
 
 ! A collection of words used by more than one Project Euler solution