Commit 371862c8 authored by Andreas Jung's avatar Andreas Jung

fixed encodings

parent 033479d5
......@@ -270,27 +270,27 @@ instancehome $INSTANCE
#
# Description:
# Specifies the input encoding of re-StructuredText documents
# (e.g. 'utf-8', 'iso-8859' or any other valid encoding recognized
# (e.g. 'utf-8', 'iso-8859-1' or any other valid encoding recognized
# by Python). The default is your Python's default encoding.
#
# Default: unset (uses system default)
#
# Example:
#
# rest-input-encoding iso-8859
# rest-input-encoding iso-8859-1
# Directive: rest-output-encoding
#
# Description:
# Specifies the output encoding of re-StructuredText documents
# (e.g. 'utf-8', 'iso-8859' or any other valid encoding recognized
# (e.g. 'utf-8', 'iso-8859-1' or any other valid encoding recognized
# by Python). The default is your Python's default encoding.
#
# Default: unset (uses system default)
#
# Example:
#
# rest-output-encoding iso-8859
# rest-output-encoding iso-8859-1
# Directive: cgi-environment
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment