Commit fff8eb64 authored by Andreas Jung's avatar Andreas Jung

changed encoding for reST to iso-8859-15

parent 42208feb
...@@ -270,27 +270,27 @@ instancehome $INSTANCE ...@@ -270,27 +270,27 @@ instancehome $INSTANCE
# #
# Description: # Description:
# Specifies the input encoding of re-StructuredText documents # Specifies the input encoding of re-StructuredText documents
# (e.g. 'utf-8', 'iso-8859-1' or any other valid encoding recognized # (e.g. 'utf-8', 'iso-8859-15' or any other valid encoding recognized
# by Python). The default is your Python's default encoding. # by Python). The default is your Python's default encoding.
# #
# Default: unset (uses system default) # Default: unset (uses system default)
# #
# Example: # Example:
# #
# rest-input-encoding iso-8859-1 # rest-input-encoding iso-8859-15
# Directive: rest-output-encoding # Directive: rest-output-encoding
# #
# Description: # Description:
# Specifies the output encoding of re-StructuredText documents # Specifies the output encoding of re-StructuredText documents
# (e.g. 'utf-8', 'iso-8859-1' or any other valid encoding recognized # (e.g. 'utf-8', 'iso-8859-15' or any other valid encoding recognized
# by Python). The default is your Python's default encoding. # by Python). The default is your Python's default encoding.
# #
# Default: unset (uses system default) # Default: unset (uses system default)
# #
# Example: # Example:
# #
# rest-output-encoding iso-8859-1 # rest-output-encoding iso-8859-15
# Directive: cgi-environment # 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