Changes in / [2690a47:d299af7]


Ignore:
Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/man-db.xml

    r2690a47 rd299af7  
    7575  </sect2>
    7676
    77   <sect2 id="encoding-man-db" role="encoding">
    78     <title>Non-English Manual Pages in LFS</title>
    79 
    80     <para>The following table shows the character set that Man-DB assumes
    81     manual pages installed under
    82     <filename class="directory">/usr/share/man/&lt;ll&gt;</filename> will be
    83     encoded with.  In addition to this, Man-DB correctly determines if manual
    84     pages installed in that directory are UTF-8 encoded.</para>
    85 
    86     <!-- Origin: man-db-2.5.9/lib/encodings.c -->
    87     <table>
    88 <title>Expected character encoding of legacy 8-bit manual pages</title>
    89       <?dbfo table-width="6in" ?>
    90 
    91       <tgroup cols="4">
    92 
    93         <colspec colnum="1" colwidth="1.5in"/>
    94         <colspec colnum="2" colwidth="1in"/>
    95         <colspec colnum="3" colwidth="2.5in"/>
    96         <colspec colnum="4" colwidth="1in"/>
    97 
    98         <thead>
    99           <row>
    100             <entry>Language (code)</entry>
    101             <entry>Encoding</entry>
    102             <entry>Language (code)</entry>
    103             <entry>Encoding</entry>
    104           </row>
    105         </thead>
    106 
    107         <tbody>
    108           <row>
    109             <entry>Danish (da)</entry>
    110             <entry>ISO-8859-1</entry>
    111             <entry>Croatian (hr)</entry>
    112             <entry>ISO-8859-2</entry>
    113           </row>
    114           <row>
    115             <entry>German (de)</entry>
    116             <entry>ISO-8859-1</entry>
    117             <entry>Hungarian (hu)</entry>
    118             <entry>ISO-8859-2</entry>
    119           </row>
    120           <row>
    121             <entry>English (en)</entry>
    122             <entry>ISO-8859-1</entry>
    123             <entry>Japanese (ja)</entry>
    124             <entry>EUC-JP</entry>
    125           </row>
    126           <row>
    127             <entry>Spanish (es)</entry>
    128             <entry>ISO-8859-1</entry>
    129             <entry>Korean (ko)</entry>
    130             <entry>EUC-KR</entry>
    131           </row>
    132           <row>
    133             <entry>Estonian (et)</entry>
    134             <entry>ISO-8859-1</entry>
    135             <entry>Lithuanian (lt)</entry>
    136             <entry>ISO-8859-13</entry>
    137           </row>
    138           <row>
    139             <entry>Finnish (fi)</entry>
    140             <entry>ISO-8859-1</entry>
    141             <entry>Latvian (lv)</entry>
    142             <entry>ISO-8859-13</entry>
    143           </row>
    144           <row>
    145             <entry>French (fr)</entry>
    146             <entry>ISO-8859-1</entry>
    147             <entry>Macedonian (mk)</entry>
    148             <entry>ISO-8859-5</entry>
    149           </row>
    150           <row>
    151             <entry>Irish (ga)</entry>
    152             <entry>ISO-8859-1</entry>
    153             <entry>Polish (pl)</entry>
    154             <entry>ISO-8859-2</entry>
    155           </row>
    156           <row>
    157             <entry>Galician (gl)</entry>
    158             <entry>ISO-8859-1</entry>
    159             <entry>Romanian (ro)</entry>
    160             <entry>ISO-8859-2</entry>
    161           </row>
    162           <row>
    163             <entry>Indonesian (id)</entry>
    164             <entry>ISO-8859-1</entry>
    165             <entry>Russian (ru)</entry>
    166             <entry>KOI8-R</entry>
    167           </row>
    168           <row>
    169             <entry>Icelandic (is)</entry>
    170             <entry>ISO-8859-1</entry>
    171             <entry>Slovak (sk)</entry>
    172             <entry>ISO-8859-2</entry>
    173           </row>
    174           <row>
    175             <entry>Italian (it)</entry>
    176             <entry>ISO-8859-1</entry>
    177             <entry>Slovenian (sl)</entry>
    178             <entry>ISO-8859-2</entry>
    179           </row>
    180           <row>
    181             <entry>Norwegian Bokmal (nb)</entry>
    182             <entry>ISO-8859-1</entry>
    183             <entry>Serbian Latin (sr@latin)</entry>
    184             <entry>ISO-8859-2</entry>
    185           </row>
    186           <row>
    187             <entry>Dutch (nl)</entry>
    188             <entry>ISO-8859-1</entry>
    189             <entry>Serbian (sr)</entry>
    190             <entry>ISO-8859-5</entry>
    191           </row>
    192           <row>
    193             <entry>Norwegian Nynorsk (nn)</entry>
    194             <entry>ISO-8859-1</entry>
    195             <entry>Turkish (tr)</entry>
    196             <entry>ISO-8859-9</entry>
    197           </row>
    198           <row>
    199             <entry>Norwegian (no)</entry>
    200             <entry>ISO-8859-1</entry>
    201             <entry>Ukrainian (uk)</entry>
    202             <entry>KOI8-U</entry>
    203           </row>
    204           <row>
    205             <entry>Portuguese (pt)</entry>
    206             <entry>ISO-8859-1</entry>
    207             <entry>Vietnamese (vi)</entry>
    208             <entry>TCVN5712-1</entry>
    209           </row>
    210           <row>
    211             <entry>Swedish (sv)</entry>
    212             <entry>ISO-8859-1</entry>
    213             <entry>Simplified Chinese (zh_CN)</entry>
    214             <entry>GBK</entry>
    215           </row>
    216           <row>
    217             <entry>Belarusian (be)</entry>
    218             <entry>CP1251</entry>
    219             <entry>Simplified Chinese, Singapore (zh_SG)</entry>
    220             <entry>GBK</entry>
    221           </row>
    222           <row>
    223             <entry>Bulgarian (bg)</entry>
    224             <entry>CP1251</entry>
    225             <entry>Traditional Chinese, Hong Kong (zh_HK)</entry>
    226             <entry>BIG5HKSCS</entry>
    227           </row>
    228           <row>
    229             <entry>Czech (cs)</entry>
    230             <entry>ISO-8859-2</entry>
    231             <entry>Traditional Chinese (zh_TW)</entry>
    232             <entry>BIG5</entry>
    233           </row>
    234           <row>
    235             <entry>Greek (el)</entry>
    236             <entry>ISO-8859-7</entry>
    237             <entry></entry>
    238             <entry></entry>
    239           </row>
    240 
    241         </tbody>
    242 
    243       </tgroup>
    244 
    245     </table>
    246 
    247     <note>
    248       <para>Manual pages in languages not in the list are not supported.</para>
    249     </note>
    250 
    251   </sect2>
    252 
    25377  <sect2 id="contents-man-db" role="content">
    25478    <title>Contents of Man-DB</title>
  • BOOK/final-system/multilib/man-db.xml

    r2690a47 rd299af7  
    6464  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6565  href="../common/man-db.xml"
    66   xpointer="xpointer(id('encoding-man-db'))"/>
    67 
    68   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69   href="../common/man-db.xml"
    7066  xpointer="xpointer(id('contents-man-db'))"/>
    7167
Note: See TracChangeset for help on using the changeset viewer.