]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/uuid/uuid.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / uuid / uuid.factor
index 35338bfd2214ac862c771ef5230f27ae4b1261f0..21b60feffc139d0fcdcc960adcf9f2382379a5f7 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 USING: byte-arrays calendar checksums checksums.md5
 checksums.sha io.binary kernel math math.parser math.ranges
-random sequences strings system unicode.case ;
+random sequences strings system unicode ;
 IN: uuid
 
 <PRIVATE