UTF-16LE.txt 403 B

12345678
  1. /// This decode-only encoding uses 16-bit code units due to Unicode originally
  2. /// having been designed as a 16-bit reportoire. In the absence of a byte order
  3. /// mark the little endian byte order is assumed.
  4. ///
  5. /// There is no corresponding encoder in this crate or in the Encoding
  6. /// Standard. The output encoding of this encoding is UTF-8.
  7. ///
  8. /// This encoding matches the Windows code page 1200.