summaryrefslogtreecommitdiff
path: root/FAQ.txt
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-02-06 03:46:11 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-02-06 03:46:11 +0000
commit8fab29749341ae4ffd781aa5c6391b41b66ebeab (patch)
treefa08146bb734e2c6f797bcf3a7302bcd3f88d3e4 /FAQ.txt
parent88ca0c961e1b02582d86f8bc5cc98aa60c20e1bc (diff)
downloaddocutils-8fab29749341ae4ffd781aa5c6391b41b66ebeab.tar.gz
elaboration on output encodings
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4336 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'FAQ.txt')
-rw-r--r--FAQ.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/FAQ.txt b/FAQ.txt
index e8b7692e4..07d8f7dea 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -923,8 +923,10 @@ The encoding of the output is set to "utf-8", but your browswer isn't
recognizing that. You can either try to fix your browser (enable
"UTF-8 character set", sometimes called "Unicode"), or choose a
different encoding for the HTML output. You can also try
-``--output-encoding=ascii:xmlcharrefreplace`` for HTML (not applicable
-to non-XMLish outputs).
+``--output-encoding=ascii:xmlcharrefreplace`` for HTML or XML, but not
+applicable to non-XMLish outputs (if using runtime
+settings/configuration files, use ``output_encoding=ascii`` and
+``output_encoding_error_handler=xmlcharrefreplace``).
If you're generating document fragments, the "Content-Type" metadata
(between the HTML ``<head>`` and ``</head>`` tags) must agree with the