Module utf_16

Source
Expand description

UTF-16.

Structs§

Big
An implementation type for big endian.
Little
An implementation type for little endian.
UTF16Decoder
A decoder for UTF-16.
UTF16Encoder
An encoder for UTF-16.
UTF16Encoding
UTF-16 (UCS Transformation Format, 16-bit).

Constants§

UTF_16BE_ENCODING
An instance for UTF-16 in big endian.
UTF_16LE_ENCODING
An instance for UTF-16 in little endian.

Type Aliases§

UTF16BEEncoding
A type for UTF-16 in big endian.
UTF16LEEncoding
A type for UTF-16 in little endian.