]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/resolv-conf/resolv-conf.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / resolv-conf / resolv-conf.factor
index b6eefd214785192277c39d659655c6e38248bd0a..f5c098c8a821392a0b6f3fe6c9a4f9286e1c36d9 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors combinators constructors io.encodings.utf8
 io.files kernel math math.parser sequences splitting
-unicode.categories ;
+unicode ;
 IN: resolv-conf
 
 TUPLE: network ip netmask ;