Handbook
Glossary
utf32le
UTF-32 encoding
Prev:
utf32
Next:
utf32be
Vocabulary
io
.
encodings
.
utf32
Class description
The encoding descriptor for UTF-32LE, that is, UTF-32 in little endian, without a byte order mark. Streams can be made which read or write wth this encoding.
See also
An introduction to encodings
See also
utf32
,
utf32be
Definition
IN:
io.encodings.utf32
SINGLETON:
utf32le
Methods
USING:
endian
io.encodings
io.encodings.utf32
io.encodings.utf32.private
kernel
;
M:
utf32le
decode-char
drop
[
le>
]
char>
;
USING:
endian
io.encodings
io.encodings.utf32
io.encodings.utf32.private
kernel
;
M:
utf32le
encode-char
drop
[
>le
]
>char
;