Handbook
Glossary
utf16n
UTF-16 encoding
Prev:
utf16be
Vocabulary
io
.
encodings
.
utf16
Class description
The encoding descriptor for UTF-16 without a byte order mark in native endian order. This is useful mostly for FFI calls which take input of strings of the type
wchar_t*
.
See also
An introduction to encodings
See also
utf16
,
utf16le
,
utf16be
Definition
IN:
io.encodings.utf16
SINGLETON:
utf16n
Methods
USING:
io.encodings
io.encodings.utf16
kernel
;
M:
utf16n
<decoder>
drop
choose-utf16-endian
<decoder>
;
USING:
io.encodings
io.encodings.utf16
kernel
;
M:
utf16n
<encoder>
drop
choose-utf16-endian
<encoder>
;