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

Florent Guillaume fg@nuxeo.com
Sun, 15 Sep 2002 20:00:47 -0400


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

Added Files:
      Tag: Zope-2_6-i18n-branch
	CheckUnicodeInserts.html 
Log Message:
Improved support for Unicode in TAL and ZPT.
Added tests that exercise that.


=== 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>