aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-db.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-01-04 04:48:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-01-04 04:48:38 +0000
commit4c0c012ee1d275edef51360346368e1c282f2aec (patch)
treefcf5e7ead881e2ea67943f3c92188b27f64694a0 /chapter06/man-db.xml
parenta1712769bd646acf61390e7ce64e8a2ebfa4aee6 (diff)
Reformatted several pages so pdf is properly generated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r--chapter06/man-db.xml46
1 files changed, 42 insertions, 4 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 41fb6821a..51450de5c 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -151,18 +151,24 @@
<!-- Origin: man-db-2.5.2/src/encodings.c -->
<table>
- <title>Expected character encoding of legacy 8-bit manual pages</title>
- <?dbfo table-width="2.5in" ?>
+ <?dbfo keep-together="auto" ?>
+<title>Expected character encoding of legacy 8-bit manual pages</title>
+ <?dbfo keep-together="auto" ?>
+ <?dbfo table-width="6in" ?>
- <tgroup cols="2">
+ <tgroup cols="4">
<colspec colnum="1" colwidth="1.5in"/>
<colspec colnum="2" colwidth="1in"/>
+ <colspec colnum="3" colwidth="2.5in"/>
+ <colspec colnum="4" colwidth="1in"/>
<thead>
<row>
<entry>Language (code)</entry>
<entry>Encoding</entry>
+ <entry>Language (code)</entry>
+ <entry>Encoding</entry>
</row>
</thead>
@@ -170,67 +176,99 @@
<row>
<entry>Danish (da)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Bulgarian (bg)</entry>
+ <entry>CP1251</entry>
</row>
<row>
<entry>German (de)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Czech (cs)</entry>
+ <entry>ISO-8859-2</entry>
</row>
<row>
<entry>English (en)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Croatian (hr)</entry>
+ <entry>ISO-8859-2</entry>
</row>
<row>
<entry>Spanish (es)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Hungarian (hu)</entry>
+ <entry>ISO-8859-2</entry>
</row>
<row>
<entry>Finnish (fi)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Japanese (ja)</entry>
+ <entry>EUC-JP</entry>
</row>
<row>
<entry>French (fr)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Korean (ko)</entry>
+ <entry>EUC-KR</entry>
</row>
<row>
<entry>Irish (ga)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Polish (pl)</entry>
+ <entry>ISO-8859-2</entry>
</row>
<row>
<entry>Galician (gl)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Russian (ru)</entry>
+ <entry>KOI8-R</entry>
</row>
<row>
<entry>Indonesian (id)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Slovak (sk)</entry>
+ <entry>ISO-8859-2</entry>
</row>
<row>
<entry>Icelandic (is)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Serbian (sr)</entry>
+ <entry>ISO-8859-5</entry>
</row>
<row>
<entry>Italian (it)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Turkish (tr)</entry>
+ <entry>ISO-8859-9</entry>
</row>
<row>
<entry>Dutch (nl)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Simplified Chinese (zh_CN)</entry>
+ <entry>GBK</entry>
</row>
<!-- FIXME: BUG: "no" is deprecated, should use "nb" or "nn" and
symlinks -->
<row>
<entry>Norwegian (no)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Simplified Chinese, Singapore (zh_SG)</entry>
+ <entry>GBK</entry>
</row>
<!-- END BUG -->
<row>
<entry>Portuguese (pt)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Traditional Chinese (zh_TW)</entry>
+ <entry>BIG5</entry>
</row>
<row>
<entry>Swedish (sv)</entry>
<entry>ISO-8859-1</entry>
+ <entry>Traditional Chinese, Hong Kong (zh_HK)</entry>
+ <entry>BIG5HKSCS</entry>
</row>
+
<!-- Languages below require patched groff -->
+ <!--
<row>
<entry>Bulgarian (bg)</entry>
<entry>CP1251</entry>
@@ -290,7 +328,7 @@
<row>
<entry>Traditional Chinese, Hong Kong (zh_HK)</entry>
<entry>BIG5HKSCS</entry>
- </row>
+ </row>-->
</tbody>
</tgroup>