[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates/tests/output - CheckI18nTranslate.html:1.2 CheckI18nTranslateHooked.html:1.2 CheckUnicodeInserts.html:1.2

Florent Guillaume fg@nuxeo.com
Wed, 18 Sep 2002 11:13:18 -0400


Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/tests/output
In directory cvs.zope.org:/tmp/cvs-serv23968/lib/python/Products/PageTemplates/tests/output

Added Files:
	CheckI18nTranslate.html CheckI18nTranslateHooked.html 
	CheckUnicodeInserts.html 
Log Message:
Merge of the Zope-2_6-i18n-branch into HEAD.

Impacted code:
- TAL: merge of the 2.7 i18n stuff, unicode fixes, tests.
- PageTemplates: addition of a global translation service and of its use
  by the TALES engine, unicode fixes, tests.
- StructuredText: unicode fixes, tests.


=== Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html 1.1 => 1.2 ===
--- /dev/null	Wed Sep 18 11:13:18 2002
+++ Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html	Wed Sep 18 11:12:47 2002
@@ -0,0 +1,7 @@
+<html>
+<body>
+<head>
+   <p>foobar</p>
+</head>
+</body>
+</html>


=== Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html 1.1 => 1.2 ===
--- /dev/null	Wed Sep 18 11:13:18 2002
+++ Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html	Wed Sep 18 11:12:47 2002
@@ -0,0 +1,7 @@
+<html>
+<body>
+<head>
+   <p>[foo](bar)</p>
+</head>
+</body>
+</html>


=== Zope/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html 1.1 => 1.2 ===
--- /dev/null	Wed Sep 18 11:13:18 2002
+++ Zope/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html	Wed Sep 18 11:12:47 2002
@@ -0,0 +1,7 @@
+<html>
+<body>
+<head>
+   <p>e acute=é</p>
+</head>
+</body>
+</html>