Il 15/11/2011 08:10, Andreas Jung ha scritto:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> You should be able to set the encoding of the response by
>
> <tal:def define="dummy python:
> request.RESPONSE.setHeader('content-type', 'text/html; charset=utf-8')" />
>
> within your page template.

<tal:def tal:define="dummy 
python:request.RESPONSE.setHeader('content-type', 'text/html;; 
charset=utf-8')" /> is the correct one.

I've to test it now :)
_______________________________________________
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to