[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.9

Andreas Jung andreas@andreas-jung.com
Mon, 21 Jul 2003 11:11:18 -0400


Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv3760

Modified Files:
	zope.conf.in 
Log Message:
fixed encodings


=== Zope/skel/etc/zope.conf.in 1.8 => 1.9 ===
--- Zope/skel/etc/zope.conf.in:1.8	Mon Jul 21 11:08:01 2003
+++ Zope/skel/etc/zope.conf.in	Mon Jul 21 11:11:14 2003
@@ -270,27 +270,27 @@
 #
 # 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
 #