Stefan H. Holek wrote:

> On 21. Jul 2006, at 16:53, Chris Withers wrote:
> 
>> I wonder how Zope 3's filesystem-based ZPT's deal with this?
> 

> zope.pagetemplate.pagetemplatefile.PageTemplateFile reads an eventual
> <meta http-equiv="Content-Type" ...> header, or defaults to UTF-8.

Well, pagetemplate files are another thing. They have to deal with
the lack of charset information of a filesystem file and what they
do once they load the data is even another thing.

Even filesystem pagetemplates should work with unicode internal,
making it easy to recode them for output and combine with other
potentially unicode stuff.

Tino
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to