replacement.txt 499 B

12345678910
  1. /// This decode-only encoding decodes all non-zero-length streams to a single
  2. /// REPLACEMENT CHARACTER. Its purpose is to avoid the use of an
  3. /// ASCII-compatible fallback encoding (typically windows-1252) for some
  4. /// encodings that are no longer supported by the Web Platform and that
  5. /// would be dangerous to treat as ASCII-compatible.
  6. ///
  7. /// There is no corresponding encoder. The output encoding of this encoding
  8. /// is UTF-8.
  9. ///
  10. /// This encoding does not have a Windows code page number.