]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/environment/windows/windows.factor
io.encodings.utf16n: merge with io.encodings.utf16
[factor.git] / basis / environment / windows / windows.factor
index 2ff126c8871eec40aaa7bc4c7aacbd338b52930f..4c0d00d2ca6df119f6b4ca620ef09c084a34e4de 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.strings fry io.encodings.utf16n kernel
+USING: alien.strings fry io.encodings.utf16 kernel
 splitting windows windows.kernel32 windows.types system
 environment alien.data sequences windows.errors
 io.streams.memory io.encodings io specialized-arrays ;