]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cgi/cgi.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / cgi / cgi.factor
index 5ca78bc6df6bb37ff80b06b436081cb1d8505052..585051f0fefee833787a4973465d9d81bb013fc4 100644 (file)
@@ -3,7 +3,7 @@
 
 USING: arrays assocs combinators environment io kernel
 linked-assocs math.parser regexp sequences splitting strings
-unicode.case urls.encoding ;
+unicode urls.encoding ;
 
 IN: cgi