summaryrefslogtreecommitdiffstats
path: root/third_party/rust/encoding_rs/doc/UTF-8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/encoding_rs/doc/UTF-8.txt')
-rw-r--r--third_party/rust/encoding_rs/doc/UTF-8.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/encoding_rs/doc/UTF-8.txt b/third_party/rust/encoding_rs/doc/UTF-8.txt
new file mode 100644
index 0000000000..3a93e67dce
--- /dev/null
+++ b/third_party/rust/encoding_rs/doc/UTF-8.txt
@@ -0,0 +1,5 @@
+/// This is the encoding that should be used for all new development it can
+/// represent all of Unicode.
+///
+/// This encoding matches the Windows code page 65001, except Windows differs
+/// in the number of errors generated for some erroneous byte sequences.