aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-01-28 20:44:20 +0100
committerAlejandro Colomar <alx@kernel.org>2024-01-28 21:04:08 +0100
commit3ed1de0ddccb42bae4151c7225d3fddeab04ff43 (patch)
tree9650cc8a1e4df76463f559e7c5c0d6c7e06db4ad
parentd5e5db91ece5955b21ae1aedc03ba1d56d3cf423 (diff)
downloadman-pages-3ed1de0ddccb42bae4151c7225d3fddeab04ff43.tar.gz
man*/: Say ISO/IEC 8859
Link: <https://www.iso.org/standard/28245.html> Reported-by: Helge Kreutzmann <debian@helgefjell.de> Cc: Mario Blaettermann <mario.blaettermann@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man1/iconv.12
-rw-r--r--man4/console_codes.44
-rw-r--r--man5/dir_colors.52
-rw-r--r--man7/ascii.72
-rw-r--r--man7/charsets.762
-rw-r--r--man7/iso_8859-1.746
-rw-r--r--man7/iso_8859-10.746
-rw-r--r--man7/iso_8859-11.748
-rw-r--r--man7/iso_8859-13.746
-rw-r--r--man7/iso_8859-14.746
-rw-r--r--man7/iso_8859-15.746
-rw-r--r--man7/iso_8859-16.746
-rw-r--r--man7/iso_8859-2.746
-rw-r--r--man7/iso_8859-3.746
-rw-r--r--man7/iso_8859-4.746
-rw-r--r--man7/iso_8859-5.744
-rw-r--r--man7/iso_8859-6.748
-rw-r--r--man7/iso_8859-7.746
-rw-r--r--man7/iso_8859-8.748
-rw-r--r--man7/iso_8859-9.746
-rw-r--r--man7/unicode.72
-rw-r--r--man7/utf-8.73
22 files changed, 387 insertions, 384 deletions
diff --git a/man1/iconv.1 b/man1/iconv.1
index 8dcce92626..eaa18c0f9e 100644
--- a/man1/iconv.1
+++ b/man1/iconv.1
@@ -178,7 +178,7 @@ POSIX.1-2008.
.SH HISTORY
POSIX.1-2001.
.SH EXAMPLES
-Convert text from the ISO 8859-15 character encoding to UTF-8:
+Convert text from the ISO/IEC\~8859-15 character encoding to UTF-8:
.P
.in +4n
.EX
diff --git a/man4/console_codes.4 b/man4/console_codes.4
index 2a8f4ad7e5..940c0e3395 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4
@@ -152,7 +152,7 @@ ESC 8 DECRC T{
Restore state most recently saved by ESC 7.
T}
ESC % Start sequence selecting character set
-ESC % @ \0\0\0Select default (ISO 646 / ISO 8859-1)
+ESC % @ \0\0\0Select default (ISO 646 / ISO/IEC\~8859-1)
ESC % G \0\0\0Select UTF-8
ESC % 8 \0\0\0Select UTF-8 (obsolete)
ESC # 8 DECALN T{
@@ -163,7 +163,7 @@ Start sequence defining G0 character set
(followed by one of B, 0, U, K, as below)
T}
ESC ( B T{
-Select default (ISO 8859-1 mapping).
+Select default (ISO/IEC\~8859-1 mapping).
T}
ESC ( 0 T{
Select VT100 graphics mapping.
diff --git a/man5/dir_colors.5 b/man5/dir_colors.5
index 1f4dfa1946..1ff98ad10c 100644
--- a/man5/dir_colors.5
+++ b/man5/dir_colors.5
@@ -75,7 +75,7 @@ The default is \fIno\fR.
.B EIGHTBIT yes|no
(Slackware only; ignored by GNU
.BR dircolors (1).)
-Specifies that eight-bit ISO 8859 characters should be enabled by
+Specifies that eight-bit ISO/IEC\~8859 characters should be enabled by
default.
For compatibility reasons, this can also be specified as 1 for
\fIyes\fR or 0 for \fIno\fR.
diff --git a/man7/ascii.7 b/man7/ascii.7
index 0e1b3c0393..fd2492a37a 100644
--- a/man7/ascii.7
+++ b/man7/ascii.7
@@ -20,7 +20,7 @@ and hexadecimal
.SH DESCRIPTION
ASCII is the American Standard Code for Information Interchange.
It is a 7-bit code.
-Many 8-bit codes (e.g., ISO 8859-1) contain ASCII as their lower half.
+Many 8-bit codes (e.g., ISO/IEC\~8859-1) contain ASCII as their lower half.
The international counterpart of ASCII is known as ISO 646-IRV.
.P
The following table contains the 128 ASCII characters.
diff --git a/man7/charsets.7 b/man7/charsets.7
index 022ca0106e..7fcb2735d7 100644
--- a/man7/charsets.7
+++ b/man7/charsets.7
@@ -18,7 +18,7 @@ Some of this information is still helpful for people working with legacy
systems and documents.
.P
Standards discussed include such as
-ASCII, GB 2312, ISO 8859, JIS, KOI8-R, KS, and Unicode.
+ASCII, GB 2312, ISO/IEC\~8859, JIS, KOI8-R, KS, and Unicode.
.P
The primary emphasis is on character sets that were actually used by
locale character sets, not the myriad others that could be found in data
@@ -40,18 +40,18 @@ supersets of ASCII.
.P
As Unicode, when using UTF-8, is ASCII-compatible, plain ASCII text
still renders properly on modern UTF-8 using systems.
-.SS ISO 8859
-ISO 8859 is a series of 15 8-bit character sets, all of which have ASCII
+.SS ISO/IEC\~8859
+ISO/IEC\~8859 is a series of 15 8-bit character sets, all of which have ASCII
in their low (7-bit) half, invisible control characters in positions
128 to 159, and 96 fixed-width graphics in positions 160\[en]255.
.P
-Of these, the most important is ISO 8859-1
+Of these, the most important is ISO/IEC\~8859-1
("Latin Alphabet No. 1" / Latin-1).
It was widely adopted and supported by different systems,
and is gradually being replaced with Unicode.
-The ISO 8859-1 characters are also the first 256 characters of Unicode.
+The ISO/IEC\~8859-1 characters are also the first 256 characters of Unicode.
.P
-Console support for the other 8859 character sets is available under
+Console support for the other ISO/IEC\~8859 character sets is available under
Linux through user-mode utilities (such as
.BR setfont (8))
that modify keyboard bindings and the EGA graphics
@@ -60,7 +60,7 @@ driver.
.P
Here are brief descriptions of each character set:
.TP
-8859-1 (Latin-1)
+ISO/IEC\~8859-1 (Latin-1)
Latin-1 covers many European languages such as Albanian, Basque,
Danish, English, Faroese, Galician, Icelandic, Irish, Italian,
Norwegian, Portuguese, Spanish, and Swedish.
@@ -70,80 +70,80 @@ French œ,
and „German“ quotation marks
was considered tolerable.
.TP
-8859-2 (Latin-2)
+ISO/IEC\~8859-2 (Latin-2)
Latin-2 supports many Latin-written Central and East European
languages such as Bosnian, Croatian, Czech, German, Hungarian, Polish,
Slovak, and Slovene.
Replacing Romanian ș/ț with ş/ţ
was considered tolerable.
.TP
-8859-3 (Latin-3)
+ISO/IEC\~8859-3 (Latin-3)
Latin-3 was designed to cover of Esperanto, Maltese, and Turkish, but
-8859-9 later superseded it for Turkish.
+ISO/IEC\~8859-9 later superseded it for Turkish.
.TP
-8859-4 (Latin-4)
+ISO/IEC\~8859-4 (Latin-4)
Latin-4 introduced letters for North European languages such as
-Estonian, Latvian, and Lithuanian, but was superseded by 8859-10 and
-8859-13.
+Estonian, Latvian, and Lithuanian, but was superseded by ISO/IEC\~8859-10 and
+ISO/IEC\~8859-13.
.TP
-8859-5
+ISO/IEC\~8859-5
Cyrillic letters supporting Bulgarian, Byelorussian, Macedonian,
Russian, Serbian, and (almost completely) Ukrainian.
It was never widely used, see the discussion of KOI8-R/KOI8-U below.
.TP
-8859-6
+ISO/IEC\~8859-6
Was created for Arabic.
-The 8859-6 glyph table is a fixed font of separate
+The ISO/IEC\~8859-6 glyph table is a fixed font of separate
letter forms, but a proper display engine should combine these
using the proper initial, medial, and final forms.
.TP
-8859-7
+ISO/IEC\~8859-7
Was created for Modern Greek in 1987, updated in 2003.
.TP
-8859-8
+ISO/IEC\~8859-8
Supports Modern Hebrew without niqud (punctuation signs).
Niqud and full-fledged Biblical Hebrew were outside the scope of this
character set.
.TP
-8859-9 (Latin-5)
+ISO/IEC\~8859-9 (Latin-5)
This is a variant of Latin-1 that replaces Icelandic letters with
Turkish ones.
.TP
-8859-10 (Latin-6)
+ISO/IEC\~8859-10 (Latin-6)
Latin-6 added the Inuit (Greenlandic) and Sami (Lappish) letters that were
missing in Latin-4 to cover the entire Nordic area.
.TP
-8859-11
+ISO/IEC\~8859-11
Supports the Thai alphabet and is nearly identical to the TIS-620
standard.
.TP
-8859-12
+ISO/IEC\~8859-12
This character set does not exist.
.TP
-8859-13 (Latin-7)
+ISO/IEC\~8859-13 (Latin-7)
Supports the Baltic Rim languages; in particular, it includes Latvian
characters not found in Latin-4.
.TP
-8859-14 (Latin-8)
+ISO/IEC\~8859-14 (Latin-8)
This is the Celtic character set, covering Old Irish, Manx, Gaelic,
Welsh, Cornish, and Breton.
.TP
-8859-15 (Latin-9)
+ISO/IEC\~8859-15 (Latin-9)
Latin-9 is similar to the widely used Latin-1 but replaces some less
common symbols with the Euro sign and French and Finnish letters that
were missing in Latin-1.
.TP
-8859-16 (Latin-10)
+ISO/IEC\~8859-16 (Latin-10)
This character set covers many Southeast European languages,
and most importantly supports Romanian more completely than Latin-2.
.SS KOI8-R / KOI8-U
KOI8-R is a non-ISO character set popular in Russia before Unicode.
The lower half is ASCII;
the upper is a Cyrillic character set somewhat better designed than
-ISO 8859-5.
+ISO/IEC\~8859-5.
KOI8-U, based on KOI8-R, has better support for Ukrainian.
Neither of these sets are ISO/IEC\~2022 compatible,
-unlike the ISO 8859 series.
+unlike the ISO/IEC\~8859 series.
.P
Console support for KOI8-R is available under Linux through user-mode
utilities that modify keyboard bindings and the EGA graphics table,
@@ -257,7 +257,7 @@ are equivalent to ESC \- xx, ESC . xx, ESC / xx, respectively.
.SS TIS-620
TIS-620 is a Thai national standard character set and a superset
of ASCII.
-In the same fashion as the ISO 8859 series, Thai characters are mapped into
+In the same fashion as the ISO/IEC\~8859 series, Thai characters are mapped into
0xa1\[en]0xfe.
.SS Unicode
Unicode (ISO/IEC 10646) is a standard which aims to unambiguously represent
@@ -291,7 +291,7 @@ into xxxxyyyy yyzzzzzz.
(When UTF-8 is used to code the 31-bit ISO/IEC 10646
then this progression continues up to 6-byte codes.)
.P
-For most texts in ISO 8859 character sets, this means that the
+For most texts in ISO/IEC\~8859 character sets, this means that the
characters outside of ASCII are now coded with two bytes.
This tends
to expand ordinary text files by only one or two percent.
@@ -301,7 +301,7 @@ those languages is mostly outside of ASCII.
For Japanese users this means
that the 16-bit codes now in common use will take three bytes.
While there are algorithmic conversions from some character sets
-(especially ISO 8859-1) to Unicode, general conversion requires
+(especially ISO/IEC\~8859-1) to Unicode, general conversion requires
carrying around conversion tables, which can be quite large for 16-bit
codes.
.P
diff --git a/man7/iso_8859-1.7 b/man7/iso_8859-1.7
index 4bc40b5959..1f874377be 100644
--- a/man7/iso_8859-1.7
+++ b/man7/iso_8859-1.7
@@ -7,35 +7,35 @@
.\" Updated, dpo, 990531
.TH ISO_8859-1 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-1 \- ISO 8859-1 character set encoded in octal, decimal,
+iso_8859-1 \- ISO/IEC\~8859-1 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-1 encodes the
+ISO/IEC\~8859-1 encodes the
characters used in many West European languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-1 characters
-The following table displays the characters in ISO 8859-1 that
+.SS ISO/IEC\~8859-1 characters
+The following table displays the characters in ISO/IEC\~8859-1 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -141,7 +141,7 @@ _
377 255 FF ÿ LATIN SMALL LETTER Y WITH DIAERESIS
.TE
.SH NOTES
-ISO 8859-1 is also known as Latin-1.
+ISO/IEC\~8859-1 is also known as Latin-1.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-10.7 b/man7/iso_8859-10.7
index 121733ee1a..6e522e58f4 100644
--- a/man7/iso_8859-10.7
+++ b/man7/iso_8859-10.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-10 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-10 \- ISO 8859-10 character set encoded in octal, decimal,
+iso_8859-10 \- ISO/IEC\~8859-10 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-10 encodes the
+ISO/IEC\~8859-10 encodes the
characters used in Nordic languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-10 characters
-The following table displays the characters in ISO 8859-10 that
+.SS ISO/IEC\~8859-10 characters
+The following table displays the characters in ISO/IEC\~8859-10 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -139,7 +139,7 @@ _
377 255 FF ĸ LATIN SMALL LETTER KRA
.TE
.SH NOTES
-ISO 8859-10 is also known as Latin-6.
+ISO/IEC\~8859-10 is also known as Latin-6.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-11.7 b/man7/iso_8859-11.7
index 04ea190663..535ad65617 100644
--- a/man7/iso_8859-11.7
+++ b/man7/iso_8859-11.7
@@ -7,35 +7,35 @@
.\"
.TH ISO_8859-11 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-11 \- ISO 8859-11 character set encoded in octal, decimal,
+iso_8859-11 \- ISO/IEC\~8859-11 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-11 encodes the
+ISO/IEC\~8859-11 encodes the
characters used in the Thai language.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-11 characters
-The following table displays the characters in ISO 8859-11 that
+.SS ISO/IEC\~8859-11 characters
+The following table displays the characters in ISO/IEC\~8859-11 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -133,9 +133,9 @@ _
373 251 FB ๛ THAI CHARACTER KHOMUT
.TE
.SH NOTES
-ISO 8859-11 is the same as TIS (Thai Industrial Standard) 620-2253,
+ISO/IEC\~8859-11 is the same as TIS (Thai Industrial Standard) 620-2253,
commonly known as TIS-620, except for the character in position A0:
-ISO 8859-11 defines this as NO-BREAK SPACE,
+ISO/IEC\~8859-11 defines this as NO-BREAK SPACE,
while TIS-620 leaves it undefined.
.SH SEE ALSO
.BR ascii (7),
diff --git a/man7/iso_8859-13.7 b/man7/iso_8859-13.7
index 8d567db09f..c27dc83093 100644
--- a/man7/iso_8859-13.7
+++ b/man7/iso_8859-13.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-13 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-13 \- ISO 8859-13 character set encoded in octal, decimal,
+iso_8859-13 \- ISO/IEC\~8859-13 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-13 encodes the
+ISO/IEC\~8859-13 encodes the
characters used in Baltic Rim languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-13 characters
-The following table displays the characters in ISO 8859-13 that
+.SS ISO/IEC\~8859-13 characters
+The following table displays the characters in ISO/IEC\~8859-13 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -139,7 +139,7 @@ _
377 255 FF ’ RIGHT SINGLE QUOTATION MARK
.TE
.SH NOTES
-ISO 8859-13 is also known as Latin-7.
+ISO/IEC\~8859-13 is also known as Latin-7.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-14.7 b/man7/iso_8859-14.7
index e10d1a4bfc..b8aee8cb40 100644
--- a/man7/iso_8859-14.7
+++ b/man7/iso_8859-14.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-14 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-14 \- ISO 8859-14 character set encoded in octal, decimal,
+iso_8859-14 \- ISO/IEC\~8859-14 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-14 encodes the
+ISO/IEC\~8859-14 encodes the
characters used in Celtic languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-14 characters
-The following table displays the characters in ISO 8859-14 that
+.SS ISO/IEC\~8859-14 characters
+The following table displays the characters in ISO/IEC\~8859-14 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -139,7 +139,7 @@ _
377 255 FF ÿ LATIN SMALL LETTER Y WITH DIAERESIS
.TE
.SH NOTES
-ISO 8859-14 is also known as Latin-8.
+ISO/IEC\~8859-14 is also known as Latin-8.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-15.7 b/man7/iso_8859-15.7
index 56e9b4ff6a..3e39aee214 100644
--- a/man7/iso_8859-15.7
+++ b/man7/iso_8859-15.7
@@ -6,35 +6,35 @@
.\"
.TH ISO_8859-15 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-15 \- ISO 8859-15 character set encoded in octal, decimal,
+iso_8859-15 \- ISO/IEC\~8859-15 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-15 encodes the
+ISO/IEC\~8859-15 encodes the
characters used in many West European languages and adds the Euro sign.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-15 characters
-The following table displays the characters in ISO 8859-15 that
+.SS ISO/IEC\~8859-15 characters
+The following table displays the characters in ISO/IEC\~8859-15 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -140,7 +140,7 @@ _
377 255 FF ÿ LATIN SMALL LETTER Y WITH DIAERESIS
.TE
.SH NOTES
-ISO 8859-15 is also known as Latin-9 (or sometimes as Latin-0).
+ISO/IEC\~8859-15 is also known as Latin-9 (or sometimes as Latin-0).
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-16.7 b/man7/iso_8859-16.7
index 3c82f9553b..649530bc59 100644
--- a/man7/iso_8859-16.7
+++ b/man7/iso_8859-16.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-16 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-16 \- ISO 8859-16 character set encoded in octal, decimal,
+iso_8859-16 \- ISO/IEC\~8859-16 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-16 encodes the
+ISO/IEC\~8859-16 encodes the
Latin characters used in Southeast European languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-16 characters
-The following table displays the characters in ISO 8859-16 that
+.SS ISO/IEC\~8859-16 characters
+The following table displays the characters in ISO/IEC\~8859-16 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -139,7 +139,7 @@ _
377 255 FF ÿ LATIN SMALL LETTER Y WITH DIAERESIS
.TE
.SH NOTES
-ISO 8859-16 is also known as Latin-10.
+ISO/IEC\~8859-16 is also known as Latin-10.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-2.7 b/man7/iso_8859-2.7
index 64a9792c6a..20614cd1fb 100644
--- a/man7/iso_8859-2.7
+++ b/man7/iso_8859-2.7
@@ -8,35 +8,35 @@
.\" Updated, dpo, 990531
.TH ISO_8859-2 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-2 \- ISO 8859-2 character set encoded in octal, decimal,
+iso_8859-2 \- ISO/IEC\~8859-2 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-2 encodes the
+ISO/IEC\~8859-2 encodes the
Latin characters used in many Central and East European languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-2 characters
-The following table displays the characters in ISO 8859-2 that
+.SS ISO/IEC\~8859-2 characters
+The following table displays the characters in ISO/IEC\~8859-2 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -142,7 +142,7 @@ _
377 255 FF ˙ DOT ABOVE
.TE
.SH NOTES
-ISO 8859-2 is also known as Latin-2.
+ISO/IEC\~8859-2 is also known as Latin-2.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-3.7 b/man7/iso_8859-3.7
index 3fbd18eff0..cb6ac161cf 100644
--- a/man7/iso_8859-3.7
+++ b/man7/iso_8859-3.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-3 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-3 \- ISO 8859-3 character set encoded in octal, decimal,
+iso_8859-3 \- ISO/IEC\~8859-3 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-3 encodes the
+ISO/IEC\~8859-3 encodes the
characters used in certain Southeast European languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-3 characters
-The following table displays the characters in ISO 8859-3 that
+.SS ISO/IEC\~8859-3 characters
+The following table displays the characters in ISO/IEC\~8859-3 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -132,7 +132,7 @@ _
377 255 FF ˙ DOT ABOVE
.TE
.SH NOTES
-ISO 8859-3 is also known as Latin-3.
+ISO/IEC\~8859-3 is also known as Latin-3.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-4.7 b/man7/iso_8859-4.7
index 0221508b6f..16f7fc3a9f 100644
--- a/man7/iso_8859-4.7
+++ b/man7/iso_8859-4.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-4 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-4 \- ISO 8859-4 character set encoded in octal, decimal,
+iso_8859-4 \- ISO/IEC\~8859-4 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-4 encodes the
+ISO/IEC\~8859-4 encodes the
characters used in Scandinavian and Baltic languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-4 characters
-The following table displays the characters in ISO 8859-4 that
+.SS ISO/IEC\~8859-4 characters
+The following table displays the characters in ISO/IEC\~8859-4 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -139,7 +139,7 @@ _
377 255 FF ˙ DOT ABOVE
.TE
.SH NOTES
-ISO 8859-4 is also known as Latin-4.
+ISO/IEC\~8859-4 is also known as Latin-4.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-5.7 b/man7/iso_8859-5.7
index 0baeb19f00..5b0a731247 100644
--- a/man7/iso_8859-5.7
+++ b/man7/iso_8859-5.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-5 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-5 \- ISO 8859-5 character set encoded in octal, decimal,
+iso_8859-5 \- ISO/IEC\~8859-5 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-5 encodes the
+ISO/IEC\~8859-5 encodes the
Cyrillic characters used in many East European languages.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-5 characters
-The following table displays the characters in ISO 8859-5 that
+.SS ISO/IEC\~8859-5 characters
+The following table displays the characters in ISO/IEC\~8859-5 that
are printable and unlisted in the
.BR ascii (7)
manual page.
diff --git a/man7/iso_8859-6.7 b/man7/iso_8859-6.7
index e68da55e37..b87b35745c 100644
--- a/man7/iso_8859-6.7
+++ b/man7/iso_8859-6.7
@@ -5,35 +5,37 @@
.\"
.TH ISO_8859-6 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-6 \- ISO 8859-6 character set encoded in octal, decimal,
+iso_8859-6
+\-
+ISO/IEC\~8859-6 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-6 encodes the
+ISO/IEC\~8859-6 encodes the
characters used in the Arabic language.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-6 characters
-The following table displays the characters in ISO 8859-6 that
+.SS ISO/IEC\~8859-6 characters
+The following table displays the characters in ISO/IEC\~8859-6 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -94,7 +96,7 @@ _
362 242 F2 ْ ARABIC SUKUN
.TE
.SH NOTES
-ISO 8859-6 lacks the glyphs required for many related languages,
+ISO/IEC\~8859-6 lacks the glyphs required for many related languages,
such as Urdu and Persian (Farsi).
.SH SEE ALSO
.BR ascii (7),
diff --git a/man7/iso_8859-7.7 b/man7/iso_8859-7.7
index 9dff4e14d9..b83cdec80c 100644
--- a/man7/iso_8859-7.7
+++ b/man7/iso_8859-7.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-7 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-7 \- ISO 8859-7 character set encoded in octal, decimal,
+iso_8859-7 \- ISO/IEC\~8859-7 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-7 encodes the
+ISO/IEC\~8859-7 encodes the
characters used in modern monotonic Greek.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-7 characters
-The following table displays the characters in ISO 8859-7 that
+.SS ISO/IEC\~8859-7 characters
+The following table displays the characters in ISO/IEC\~8859-7 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -143,7 +143,7 @@ T}
376 254 FE ώ GREEK SMALL LETTER OMEGA WITH TONOS
.TE
.SH NOTES
-ISO 8859-7 was formerly known as ELOT-928 or ECMA-118:1986.
+ISO/IEC\~8859-7 was formerly known as ELOT-928 or ECMA-118:1986.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/iso_8859-8.7 b/man7/iso_8859-8.7
index bcc42721a0..24078807b4 100644
--- a/man7/iso_8859-8.7
+++ b/man7/iso_8859-8.7
@@ -7,35 +7,35 @@
.\"
.TH ISO_8859-8 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-8 \- ISO 8859-8 character set encoded in octal, decimal,
+iso_8859-8 \- ISO/IEC\~8859-8 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-8 encodes the
+ISO/IEC\~8859-8 encodes the
characters used in Modern Hebrew.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-8 characters
-The following table displays the characters in ISO 8859-8 that
+.SS ISO/IEC\~8859-8 characters
+The following table displays the characters in ISO/IEC\~8859-8 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -105,8 +105,8 @@ _
376 254 FE ‏ RIGHT-TO-LEFT MARK
.TE
.SH NOTES
-ISO 8859-8 was also known as ISO-IR-138.
-ISO 8859-8 includes neither short vowels nor diacritical marks,
+ISO/IEC\~8859-8 was also known as ISO-IR-138.
+ISO/IEC\~8859-8 includes neither short vowels nor diacritical marks,
and Yiddish is not provided for.
.SH SEE ALSO
.BR ascii (7),
diff --git a/man7/iso_8859-9.7 b/man7/iso_8859-9.7
index 36837c3ad1..b05e320597 100644
--- a/man7/iso_8859-9.7
+++ b/man7/iso_8859-9.7
@@ -5,35 +5,35 @@
.\"
.TH ISO_8859-9 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-iso_8859-9 \- ISO 8859-9 character set encoded in octal, decimal,
+iso_8859-9 \- ISO/IEC\~8859-9 character set encoded in octal, decimal,
and hexadecimal
.SH DESCRIPTION
-The ISO 8859 standard includes several 8-bit extensions to the ASCII
+The ISO/IEC\~8859 standard includes several 8-bit extensions to the ASCII
character set (also known as ISO 646-IRV).
-ISO 8859-9 encodes the
+ISO/IEC\~8859-9 encodes the
characters used in Turkish.
-.SS ISO 8859 alphabets
-The full set of ISO 8859 alphabets includes:
+.SS ISO/IEC\~8859 alphabets
+The full set of ISO/IEC\~8859 alphabets includes:
.TS
l l.
-ISO 8859-1 West European languages (Latin-1)
-ISO 8859-2 Central and East European languages (Latin-2)
-ISO 8859-3 Southeast European and miscellaneous languages (Latin-3)
-ISO 8859-4 Scandinavian/Baltic languages (Latin-4)
-ISO 8859-5 Latin/Cyrillic
-ISO 8859-6 Latin/Arabic
-ISO 8859-7 Latin/Greek
-ISO 8859-8 Latin/Hebrew
-ISO 8859-9 Latin-1 modification for Turkish (Latin-5)
-ISO 8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
-ISO 8859-11 Latin/Thai
-ISO 8859-13 Baltic Rim languages (Latin-7)
-ISO 8859-14 Celtic (Latin-8)
-ISO 8859-15 West European languages (Latin-9)
-ISO 8859-16 Romanian (Latin-10)
+ISO/IEC\~8859-1 West European languages (Latin-1)
+ISO/IEC\~8859-2 Central and East European languages (Latin-2)
+ISO/IEC\~8859-3 Southeast European and miscellaneous languages (Latin-3)
+ISO/IEC\~8859-4 Scandinavian/Baltic languages (Latin-4)
+ISO/IEC\~8859-5 Latin/Cyrillic
+ISO/IEC\~8859-6 Latin/Arabic
+ISO/IEC\~8859-7 Latin/Greek
+ISO/IEC\~8859-8 Latin/Hebrew
+ISO/IEC\~8859-9 Latin-1 modification for Turkish (Latin-5)
+ISO/IEC\~8859-10 Lappish/Nordic/Eskimo languages (Latin-6)
+ISO/IEC\~8859-11 Latin/Thai
+ISO/IEC\~8859-13 Baltic Rim languages (Latin-7)
+ISO/IEC\~8859-14 Celtic (Latin-8)
+ISO/IEC\~8859-15 West European languages (Latin-9)
+ISO/IEC\~8859-16 Romanian (Latin-10)
.TE
-.SS ISO 8859-9 characters
-The following table displays the characters in ISO 8859-9 that
+.SS ISO/IEC\~8859-9 characters
+The following table displays the characters in ISO/IEC\~8859-9 that
are printable and unlisted in the
.BR ascii (7)
manual page.
@@ -139,7 +139,7 @@ _
377 255 FF ÿ LATIN SMALL LETTER Y WITH DIAERESIS
.TE
.SH NOTES
-ISO 8859-9 is also known as Latin-5.
+ISO/IEC\~8859-9 is also known as Latin-5.
.SH SEE ALSO
.BR ascii (7),
.BR charsets (7),
diff --git a/man7/unicode.7 b/man7/unicode.7
index 359367a053..6bdf0bad8c 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -84,7 +84,7 @@ The UCS characters 0x0000 to 0x007f are identical to those of the
classic US-ASCII
character set and the characters in the range 0x0000 to 0x00ff
are identical to those in
-ISO 8859-1 (Latin-1).
+ISO/IEC\~8859-1 (Latin-1).
.SS Combining characters
Some code points in UCS
have been assigned to
diff --git a/man7/utf-8.7 b/man7/utf-8.7
index f522f94353..de55cb6a9e 100644
--- a/man7/utf-8.7
+++ b/man7/utf-8.7
@@ -163,7 +163,8 @@ therefore all plaintext standard input and output, terminal
communication, plaintext file content, filenames, and environment
variables are encoded in UTF-8.
.P
-Programmers accustomed to single-byte encodings such as US-ASCII or ISO 8859
+Programmers accustomed to single-byte encodings
+such as US-ASCII or ISO/IEC\~8859
have to be aware that two assumptions made so far are no longer valid
in UTF-8 locales.
Firstly, a single byte does not necessarily correspond any