diff options
Diffstat (limited to 'third_party/rust/encoding_rs/doc/windows-1257.txt')
-rw-r--r-- | third_party/rust/encoding_rs/doc/windows-1257.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/encoding_rs/doc/windows-1257.txt b/third_party/rust/encoding_rs/doc/windows-1257.txt new file mode 100644 index 0000000000..fc3fad21d4 --- /dev/null +++ b/third_party/rust/encoding_rs/doc/windows-1257.txt @@ -0,0 +1,7 @@ +/// This is the Baltic encoding for Windows. +/// +/// [Index visualization](https://encoding.spec.whatwg.org/windows-1257.html), +/// [Visualization of BMP coverage](https://encoding.spec.whatwg.org/windows-1257-bmp.html) +/// +/// This encoding matches the Windows code page 1257, except Windows decodes +/// unassigned code points to the Private Use Area of Unicode. |