Handbook
Glossary
utf32be
UTF-32 encoding
Prev:
utf32le
Vocabulary
io
.
encodings
.
utf32
Class description
The encoding descriptor for UTF-32BE, that is, UTF-32 in big 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
,
utf32le
Definition
IN:
io.encodings.utf32
SINGLETON:
utf32be
Methods
USING:
endian
io.encodings
io.encodings.utf32
io.encodings.utf32.private
kernel
;
M:
utf32be
decode-char
drop
[
be>
]
char>
;
USING:
endian
io.encodings
io.encodings.utf32
io.encodings.utf32.private
kernel
;
M:
utf32be
encode-char
drop
[
>be
]
>char
;