[Zope-Checkins] SVN: Zope/branches/2.10/doc/CHANGES.txt
Andreas Jung
andreas at andreas-jung.com
Sun Jan 7 06:30:49 EST 2007
Log message for revision 71757:
Changed:
U Zope/branches/2.10/doc/CHANGES.txt
-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt 2007-01-07 11:30:05 UTC (rev 71756)
+++ Zope/branches/2.10/doc/CHANGES.txt 2007-01-07 11:30:48 UTC (rev 71757)
@@ -23,7 +23,16 @@
'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)
+
Zope 2.10.1 (2006-11-22)
Bugs fixed
More information about the Zope-Checkins
mailing list