diff options
Diffstat (limited to 'third_party/rust/encoding_rs/doc/windows-1253.txt')
-rw-r--r-- | third_party/rust/encoding_rs/doc/windows-1253.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/rust/encoding_rs/doc/windows-1253.txt b/third_party/rust/encoding_rs/doc/windows-1253.txt new file mode 100644 index 0000000000..edcacd9037 --- /dev/null +++ b/third_party/rust/encoding_rs/doc/windows-1253.txt @@ -0,0 +1,8 @@ +/// This is the Greek encoding for Windows. It is mostly an extension of +/// ISO-8859-7, but U+0386 is mapped to a different byte. +/// +/// [Index visualization](https://encoding.spec.whatwg.org/windows-1253.html), +/// [Visualization of BMP coverage](https://encoding.spec.whatwg.org/windows-1253-bmp.html) +/// +/// This encoding matches the Windows code page 1253, except Windows decodes +/// unassigned code points to the Private Use Area of Unicode. |