Handbook
Glossary
begin-utf16le ( stream byte -- stream char )
Vocabulary
io
.
encodings
.
utf16
.
private
Inputs
stream
an
object
byte
an
object
Outputs
stream
an
object
char
an
object
Definition
USING:
io
io.encodings
kernel
;
IN:
io.encodings.utf16.private
:
begin-utf16le
( stream byte -- stream char )
over
stream-read1
[
double-le
]
[
drop
replacement-char
]
if*
;