io.encodings.utf16: auto-use strikes again

db4
Joe Groff 2011-10-17 21:45:43 -07:00
parent 9f4eeb55f9
commit 4493d66282
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
! Copyright (C) 2006, 2009 Daniel Ehrenberg. ! Copyright (C) 2006, 2009 Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: math kernel sequences sbufs vectors namespaces io.binary USING: accessors byte-arrays combinators io io.binary
io.encodings combinators splitting io byte-arrays ; io.encodings kernel math math.private namespaces sbufs
sequences sequences.private splitting strings.private vectors ;
IN: io.encodings.utf16 IN: io.encodings.utf16
SINGLETON: utf16be SINGLETON: utf16be