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: io.binary io.encodings io.encodings.utf32
io.encodings.utf32.private ;

M: utf32be decode-char [ be> ] char> ;


USING: io.binary io.encodings io.encodings.utf32
io.encodings.utf32.private ;

M: utf32be encode-char [ >be ] >char ;