X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=core%2Falien%2Fstrings%2Fstrings.factor;h=a33ed2274c679c67b5049f3dfb5d49fe1345d4ce;hp=4202e10f5b4d394330f888960641bafb2205e135;hb=3f021cfab15972036a15dc46f96bf19bcce4f65e;hpb=2b23ffb6f7597e2f1a71da446944b6e836b88c22 diff --git a/core/alien/strings/strings.factor b/core/alien/strings/strings.factor index 4202e10f5b..a33ed2274c 100644 --- a/core/alien/strings/strings.factor +++ b/core/alien/strings/strings.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008, 2011 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors alien arrays byte-arrays byte-vectors init io +USING: accessors alien arrays byte-arrays byte-vectors io io.encodings io.encodings.ascii io.encodings.utf16 io.encodings.utf8 io.streams.memory kernel kernel.private math namespaces sequences sequences.private strings strings.private