6 Nov
2009
6 Nov
'09
5:47 p.m.
Am 06.11.09 17:40, schrieb Claire Boussard:
In the HTML page <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
The ZPublisher does not care about that. You may set the content-type explictly as HTTP header and not through http-equiv by calling RESPONSE.setHeader(key, value) (no idea how to do that using the ancient technology DTML). -aj