]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/csv/csv.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / csv / csv.factor
index 008c0b2e386f8ffa58bbedc618f44948d42af2d5..7eba910e1b123b8f65f9fc26cd126799dc8341bb 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: combinators fry io io.files io.streams.string kernel
 make math memoize namespaces sbufs sequences sequences.private
-unicode.categories ;
+unicode ;
 IN: csv
 
 SYMBOL: delimiter