[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Wrap long lines.

Tres Seaver tseaver at palladion.com
Thu Jan 11 16:45:06 EST 2007


Log message for revision 71942:
  Wrap long lines.

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt	2007-01-11 21:38:26 UTC (rev 71941)
+++ Zope/trunk/doc/CHANGES.txt	2007-01-11 21:45:03 UTC (rev 71942)
@@ -57,15 +57,17 @@
         Non-unicode instances are migrated on-the-fly to unicode. However this
         will work only properly for ZPT instances formerly encoded as utf-8 or
         ISO-8859-15. For other encodings you might set the environment variable
-        ZPT_REFERRED_ENCODING to insert your preferred encoding in front of utf-8 and
-        ISO-8859-15 within the encoding sniffer code. In addition there is a new
-        'output_encodings' property that controls the conversion from/to unicode
-        for WebDAV/FTP operations.
+        ZPT_REFERRED_ENCODING to insert your preferred encoding in front of
+        utf-8 and ISO-8859-15 within the encoding sniffer code.
+        
+        In addition there is a new 'output_encodings' property that controls
+        the conversion from/to unicode for WebDAV/FTP operations.
 
-      - the ZPT implementation has now a configurable option in order how to deal 
-        with UnicodeDecodeErrors. A custom UnicodeEncodingConflictResolver can
-        be configured through ZCML (see Products/PageTemplates/(configure.zcml,
-        unicodeconflictresolver.py, interfaces.py)
+      - the ZPT implementation has now a configurable option in order how to
+        deal with UnicodeDecodeErrors. A custom UnicodeEncodingConflictResolver
+        can be configured through ZCML (see
+        Products/PageTemplates/(configure.zcml, unicodeconflictresolver.py,
+        interfaces.py)
 
     Bugs Fixed
 



More information about the Zope-Checkins mailing list