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

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


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

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

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.



=== Added File Zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html ===
<html>
<body>
<head>
   <p i18n:translate="foobar">baz</p>
</head>
</body>
</html>


=== Added File Zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html ===
<html>
<body>
<head>
   <p i18n:domain="foo" i18n:translate="bar">baz</p>
</head>
</body>
</html>


=== Added File Zope/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html ===
<html>
<body>
<head>
   <p tal:content="python:u'e acute=\xe9'">e acute here</p>
</head>
</body>
</html>