]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/environment/windows/windows.factor
Revert "io.encodings.utf16: add a utf16n word for native utf16 type."
[factor.git] / basis / environment / windows / windows.factor
index 888a341aff2c56f945e0410416b553f0ca652d04..d3a4a3f4372c912aac30f3d285b98ebb037d42eb 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.utf16 kernel
+USING: alien.strings fry io.encodings.utf16n kernel
 splitting windows windows.kernel32 windows.types system
 environment alien.data sequences windows.errors
 io.streams.memory io.encodings io specialized-arrays ;