iso_8859-8.7: Charset pages unification, minor cleanups

- adjust references
- remove stray comments
- cosmetics

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Marko Myllynen 2014-09-30 13:30:17 +03:00 committed by Michael Kerrisk
parent 0773f72dd1
commit 390fcba268
1 changed files with 7 additions and 7 deletions

View File

@ -31,10 +31,8 @@ and hexadecimal
.SH DESCRIPTION .SH DESCRIPTION
The ISO 8859 standard includes several 8-bit extensions to the ASCII The ISO 8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV). character set (also known as ISO 646-IRV).
ISO 8859-8, or "ISO Hebrew" encodes the ISO 8859-8 encodes the
characters used in Modern Hebrew (or Ivrit). characters used in Modern Hebrew.
Neither short vowels nor diacritical marks are included,
and Yiddish is not provided for.
.SS ISO 8859 alphabets .SS ISO 8859 alphabets
The full set of ISO 8859 alphabets includes: The full set of ISO 8859 alphabets includes:
.TS .TS
@ -60,8 +58,6 @@ The following table displays the characters in ISO 8859-8, which
are printable and unlisted in the are printable and unlisted in the
.BR ascii (7) .BR ascii (7)
manual page. manual page.
.\" The fourth column will only show the proper glyphs
.\" in an environment configured for ISO 8859-8.
.TS .TS
l l l c lp-1. l l l c lp-1.
Oct Dec Hex Char Description Oct Dec Hex Char Description
@ -129,5 +125,9 @@ _
.TE .TE
.SH NOTES .SH NOTES
ISO 8859-8 was also known as ISO-IR-138. ISO 8859-8 was also known as ISO-IR-138.
ISO 8859-8 does not include neither short vowels nor diacritical marks,
and Yiddish is not provided for.
.SH SEE ALSO .SH SEE ALSO
.BR ascii (7) .BR ascii (7),
.BR charsets (7),
.BR utf-8 (7)