]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/collation/collation-docs.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / unicode / collation / collation-docs.factor
index 33b6f2f72fbd19d5c1f972da32db95dc993cae72..79379d57a9075041f6223c8526a7cd32a2598e35 100644 (file)
@@ -1,5 +1,5 @@
 USING: byte-arrays help.syntax help.markup kernel math.order
-strings ;
+strings unicode ;
 IN: unicode.collation
 
 ARTICLE: "unicode.collation" "Collation and weak comparison"