]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sorting/human/human.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / sorting / human / human.factor
index b5048e45b0237c17813818243b3763e3b5ee2c92..a6eaf52bd49b660fadd4a5b3daa17e99923ee88c 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2008, 2010 Doug Coleman, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors fry kernel make math math.order math.parser
-sequences sorting.functor strings unicode.case
-unicode.categories unicode.collation ;
+sequences sorting.functor strings unicode ;
 IN: sorting.human
 
 : cut-find ( sequence pred -- before after )