]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/uniscribe/uniscribe.factor
io.encodings.utf16: add a utf16n word for native utf16 type.
[factor.git] / basis / windows / uniscribe / uniscribe.factor
index 252163e332f8a7b10e34e7dfa5ab2ff40ef06689..068e443a13b061f81a038b8260ef83149f9f96ab 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors alien.c-types alien.data arrays assocs
 byte-arrays cache classes.struct colors colors.constants
 combinators destructors fonts images init io.encodings.string
-io.encodings.utf16n kernel literals locals math math.bitwise
+io.encodings.utf16 kernel literals locals math math.bitwise
 namespaces sequences specialized-arrays windows.errors
 windows.fonts windows.gdi32 windows.offscreen windows.ole32
 windows.types windows.usp10 ;