core: On Windows we depend on having io.strreams.byte-array for utf16
support. Include this in the boot image instead of alien.strings.db4
parent
d5ad435914
commit
83241491c3
|
@ -5,7 +5,6 @@ io.encodings io.encodings.ascii io.encodings.utf16n
|
|||
io.encodings.utf8 io.streams.memory kernel kernel.private math
|
||||
namespaces sequences sequences.private strings strings.private
|
||||
system system.private ;
|
||||
USE: io.streams.byte-array ! for windows, do not delete!
|
||||
IN: alien.strings
|
||||
|
||||
GENERIC# alien>string 1 ( c-ptr encoding -- string/f )
|
||||
|
|
|
@ -32,6 +32,7 @@ load-help? off
|
|||
"memory" require
|
||||
|
||||
"io.streams.c" require
|
||||
"io.streams.byte-array" require ! for utf16 on Windows
|
||||
"vocabs.loader" require
|
||||
|
||||
"syntax" require
|
||||
|
|
Loading…
Reference in New Issue