1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00

Fix error when generating man pages from XML (#370)

Fixes the following error when running `docgen.sh`:

    /usr/bin/iconv: illegal input sequence at position 8008
    /usr/bin/db2x_manxml: program in pipeline exited with an error

Solution: Replace Unicode characters with characters that iconv can
convert. Uses the same characters as the default setting, defined in
9809f7cd91.

Seen when using:
- `iconv` from glibc 2.24
- `db2x_manxml` from linuxdoc-tools 0.9.72 (with docbook2X 0.8.8-14 debian)
- Slackware64 -current
This commit is contained in:
Dan Church 2018-01-19 08:06:00 -06:00 committed by Brenden Matthews
parent c27b7ebff3
commit 88b2aceb28

View File

@ -80,7 +80,7 @@
</term>
<listitem>A comma-separated list of strings to use as the bars of a graph output
to console/shell. The first list item is used for the minimum bar height and the
last item is used for the maximum. Example: " ,_,▁,▂,▃,▄,▅,▆,▇,█".
last item is used for the maximum. Example: " ,_,=,#".
<para /></listitem>
</varlistentry>
<varlistentry>