]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-text/core-text.factor
Revert "io.encodings.utf16: add a utf16n word for native utf16 type."
[factor.git] / basis / core-text / core-text.factor
index 44d55f5fcd398ff1e46196bf6f4166b4768c809b..7e96b8b570828367d4ff8b2e6f9c65476a0f9f63 100644 (file)
@@ -4,9 +4,9 @@ USING: accessors alien.c-types alien.data alien.syntax arrays
 assocs cache colors combinators core-foundation
 core-foundation.attributed-strings core-foundation.strings
 core-graphics core-graphics.types core-text.fonts destructors
-fonts init io.encodings.string io.encodings.utf16 kernel locals
-make math math.functions math.order math.vectors memoize
-namespaces sequences strings ;
+fonts init kernel locals make math math.functions math.order
+math.vectors memoize namespaces sequences strings
+io.encodings.utf16n io.encodings.string ;
 IN: core-text
 
 TYPEDEF: void* CTLineRef