]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/monitors/windows/windows.factor
Revert "io.encodings.utf16: add a utf16n word for native utf16 type."
[factor.git] / basis / io / monitors / windows / windows.factor
index 958fa3ed3a1b2ee0734ea09020df83ea2b92ba00..4c99ca18c85f0628b2bf7c30863567fa51d0a0df 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.data arrays classes.struct
 combinators continuations destructors fry io.backend
-io.encodings.string io.encodings.utf16 io.files.windows
+io.encodings.string io.encodings.utf16n io.files.windows
 io.monitors io.pathnames io.ports kernel literals locals make
 math sequences system threads windows.errors windows.kernel32
 windows.types ;