[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates/tests/output - 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/output
In directory cvs.zope.org:/tmp/cvs-serv21162/lib/python/Products/PageTemplates/tests/output
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/output/CheckI18nTranslate.html ===
<html>
<body>
<head>
<p>foobar</p>
</head>
</body>
</html>
=== Added File Zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html ===
<html>
<body>
<head>
<p>[foo](bar)</p>
</head>
</body>
</html>
=== Added File Zope/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html ===
<html>
<body>
<head>
<p>e acute=é</p>
</head>
</body>
</html>