]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/elements/elements.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / xml / elements / elements.factor
index bdd33ed5913c5e5208a832814b7387bd786512c6..04aee4d69e95b23dd2b54aa5aaa76b61da29cd8d 100644 (file)
@@ -3,7 +3,7 @@
 USING: kernel namespaces xml.tokenize xml.state xml.name
 xml.data accessors arrays make xml.char-classes fry assocs sequences
 math xml.errors sets combinators io.encodings io.encodings.iana
-unicode.case xml.dtd strings xml.entities unicode.categories ;
+unicode xml.dtd strings xml.entities ;
 IN: xml.elements
 
 : take-interpolated ( quot -- interpolated )