[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates/tests/input - 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/input
In directory cvs.zope.org:/tmp/cvs-serv23968/lib/python/Products/PageTemplates/tests/input

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/input/CheckI18nTranslate.html 1.1 => 1.2 ===
--- /dev/null	Wed Sep 18 11:13:17 2002
+++ Zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html	Wed Sep 18 11:12:47 2002
@@ -0,0 +1,7 @@
+<html>
+<body>
+<head>
+   <p i18n:translate="foobar">baz</p>
+</head>
+</body>
+</html>


=== Zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html 1.1 => 1.2 ===
--- /dev/null	Wed Sep 18 11:13:17 2002
+++ Zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html	Wed Sep 18 11:12:47 2002
@@ -0,0 +1,7 @@
+<html>
+<body>
+<head>
+   <p i18n:domain="foo" i18n:translate="bar">baz</p>
+</head>
+</body>
+</html>


=== Zope/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html 1.1 => 1.2 ===
--- /dev/null	Wed Sep 18 11:13:17 2002
+++ Zope/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html	Wed Sep 18 11:12:47 2002
@@ -0,0 +1,7 @@
+<html>
+<body>
+<head>
+   <p tal:content="python:u'e acute=\xe9'">e acute here</p>
+</head>
+</body>
+</html>