27 Jun
2008
27 Jun
'08
7:10 a.m.
<dtml-call "request.RESPONSE('content-type', 'text/html; charset=utf-8')"> ----- Original Message ----- From: "Garry Saddington" <garry@schoolteachers.co.uk>
Totally wrong approach modifying the zpublisher encoding here. As said you have two options:
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> with in your HTML
. <tal:call define="dummy python: request.RESPONSE('content-type', 'text/html;; charset=utf-8')" /> within your template And if I were to use DTML?