File: ISO-8859-7.txt

package info (click to toggle)
rust-encoding-rs 0.8.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,332 kB
  • sloc: python: 1,572; sh: 7; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (54)
1
2
3
4
5
6
7
8
9
10
11
/// This is the Greek part of the ISO/IEC 8859 encoding family.
///
/// [Index visualization](https://encoding.spec.whatwg.org/iso-8859-7.html),
/// [Visualization of BMP coverage](https://encoding.spec.whatwg.org/iso-8859-7-bmp.html)
///
/// This encoding roughly matches the Windows code page 28597. Windows decodes
/// unassigned code points, the currency signs at 0xA4 and 0xA5 as well as
/// 0xAA, which should be U+037A GREEK YPOGEGRAMMENI, to the Private Use Area
/// of Unicode. Windows decodes 0xA1 to U+02BD MODIFIER LETTER REVERSED COMMA
/// instead of U+2018 LEFT SINGLE QUOTATION MARK and 0xA2 to U+02BC MODIFIER
/// LETTER APOSTROPHE instead of U+2019 RIGHT SINGLE QUOTATION MARK.