From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- third_party/rust/encoding_rs/doc/replacement.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 third_party/rust/encoding_rs/doc/replacement.txt (limited to 'third_party/rust/encoding_rs/doc/replacement.txt') diff --git a/third_party/rust/encoding_rs/doc/replacement.txt b/third_party/rust/encoding_rs/doc/replacement.txt new file mode 100644 index 0000000000..2398df06d4 --- /dev/null +++ b/third_party/rust/encoding_rs/doc/replacement.txt @@ -0,0 +1,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. -- cgit v1.2.3