* Using localization chapter
- Use ISO8859-X instead of ISO-8859-X [1] - Remove a note about FreeBSD 4.5 [1] PR: docs/93428 Reported by: Martin Nilsson <martin@gneto.com>
This commit is contained in:
parent
0ad11ea7ac
commit
e0fd421231
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27249
1 changed files with 5 additions and 6 deletions
|
@ -183,7 +183,7 @@
|
|||
<listitem>
|
||||
<para>Language specific single C chars character sets
|
||||
(see &man.multibyte.3;), e.g.
|
||||
ISO-8859-1, ISO-8859-15, KOI8-R, CP437.</para>
|
||||
ISO8859-1, ISO8859-15, KOI8-R, CP437.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -196,8 +196,7 @@
|
|||
url="http://www.iana.org/assignments/character-sets">IANA Registry</ulink>.</para>
|
||||
|
||||
<note>
|
||||
<para>FreeBSD versions 4.5 and up use X11-compatible locale
|
||||
encodings instead.</para>
|
||||
<para>&os; use X11-compatible locale encodings instead.</para>
|
||||
</note>
|
||||
|
||||
</sect2>
|
||||
|
@ -521,17 +520,17 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
|
|||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>ISO-8859-1 or ISO-8859-15</entry>
|
||||
<entry>ISO8859-1 or ISO8859-15</entry>
|
||||
<entry><literal>cons25l1</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>ISO-8859-2</entry>
|
||||
<entry>ISO8859-2</entry>
|
||||
<entry><literal>cons25l2</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>ISO-8859-7</entry>
|
||||
<entry>ISO8859-7</entry>
|
||||
<entry><literal>cons25l7</literal></entry>
|
||||
</row>
|
||||
|
||||
|
|
Loading…
Reference in a new issue