Module encoding::codec::utf_16Unstable
[-]
[+]
[src]
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). |
Traits
Endian | An internal trait used to customize UTF-16 implementations. |
Type Definitions
UTF16BEEncoding | UTF-16 in big endian. |
UTF16LEEncoding | UTF-16 in little endian. |