15 Nov
2011
15 Nov
'11
8:04 a.m.
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 :)