From 88b2aceb28bae3e55413817337b4b9827e9d1103 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Fri, 19 Jan 2018 08:06:00 -0600 Subject: [PATCH] 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 9809f7cd91be1aa56932e655a78cad451f236304. 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 --- doc/config_settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config_settings.xml b/doc/config_settings.xml index 461593e8..c72c370c 100644 --- a/doc/config_settings.xml +++ b/doc/config_settings.xml @@ -80,7 +80,7 @@ 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: " ,_,=,#".