From 349cc6d6beb457d7848b281ff4dff6fdb36ee96c Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 23 Jun 2005 06:01:19 +0000 Subject: [PATCH] Changed default for man.output.encoding to UTF-8. Because character-map processing depends on it. Also added note saying that changing the value to another encoding my break character-map processing, so set man.charmap.enabled to 0 in that case. --- xsl/params/man.output.encoding.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xsl/params/man.output.encoding.xml b/xsl/params/man.output.encoding.xml index d98ed86c2..39c8791e5 100644 --- a/xsl/params/man.output.encoding.xml +++ b/xsl/params/man.output.encoding.xml @@ -10,7 +10,7 @@ - + Description @@ -19,5 +19,15 @@ by the manpages stylesheet. Not all processors support specification of this parameter. + + If you set a value for the + man.output.encoding parameter that is other + than UTF-8 or UTF-16, you may + also need to also disable character-map processing, by setting the + value of the man.charmap.enabled parameter to + zero. Character-map processing is based on Unicode character values + may not work with other output encodings + + -- 2.40.0