File: UTF-16BE.txt

package info (click to toggle)
rust-encoding-rs 0.8.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,332 kB
  • sloc: python: 1,572; sh: 7; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (54)
1
2
3
4
5
6
7
8
/// This decode-only encoding uses 16-bit code units due to Unicode originally
/// having been designed as a 16-bit reportoire. In the absence of a byte order
/// mark the big endian byte order is assumed.
///
/// There is no corresponding encoder in this crate or in the Encoding
/// Standard. The output encoding of this encoding is UTF-8.
///
/// This encoding matches the Windows code page 1201.