[−][src]Module encoding::codec::utf_16
UTF-16.
Structs
| Big | An implementation type for big endian. |
| Little | An implementation type for little endian. |
| UTF16Encoding | UTF-16 (UCS Transformation Format, 16-bit). |
| UTF16Encoder | An encoder for UTF-16. |
| UTF16Decoder | A decoder for UTF-16. |
Constants
| UTF_16LE_ENCODING | An instance for UTF-16 in little endian. |
| UTF_16BE_ENCODING | An instance for UTF-16 in big endian. |
Type Definitions
| UTF16LEEncoding | A type for UTF-16 in little endian. |
| UTF16BEEncoding | A type for UTF-16 in big endian. |