[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.591

Florent Guillaume fg@nuxeo.com
Thu, 30 Jan 2003 13:19:10 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv6732/doc

Modified Files:
	CHANGES.txt 
Log Message:
I18n interpolation now tries to deal with the case where there is a mix
of Unicode and non-ascii string that are incompatible (because the
encoding of the latter is unknown) by substituting a representation of
the non-ascii string.

I18n interpolation doesn't fail anymore if a i18n:name is not provided,
the ${string} in the translation is just left as is.

Collector #696: tal:replace of a non-string (a number for examlpe)
associated with a i18n:name failed to be interpolated properly.

Improved tests for i18n and added tests for interpolate().



=== Zope/doc/CHANGES.txt 1.590 => 1.591 ===
--- Zope/doc/CHANGES.txt:1.590	Thu Jan 23 12:46:15 2003
+++ Zope/doc/CHANGES.txt	Thu Jan 30 13:18:37 2003
@@ -35,6 +35,18 @@
 
     Bugs Fixed
 
+     - I18n interpolation now tries to deal with the case where there is
+       a mix of Unicode and non-ascii string that are incompatible
+       (because the encoding of the latter is unknown) by substituting a
+       representation of the non-ascii string.
+
+     - I18n interpolation doesn't fail anymore if a i18n:name is not
+       provided, the ${string} in the translation is just left as is.
+
+     - Collector #696: tal:replace of a non-string (a number for
+       examlpe) associated with a i18n:name failed to be interpolated
+       properly.
+
      - Collector #771: ZCatalog failed to index DTML Document if the name
        of a catalog metadata was identical with the name of an acquired
        object.