File: replacement.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 (10 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (55)
1
2
3
4
5
6
7
8
9
10
/// This decode-only encoding decodes all non-zero-length streams to a single
/// REPLACEMENT CHARACTER. Its purpose is to avoid the use of an
/// ASCII-compatible fallback encoding (typically windows-1252) for some
/// encodings that are no longer supported by the Web Platform and that
/// would be dangerous to treat as ASCII-compatible.
///
/// There is no corresponding encoder. The output encoding of this encoding
/// is UTF-8.
///
/// This encoding does not have a Windows code page number.