29 Aug
2006
29 Aug
'06
5:24 p.m.
Luiz Fernando Bernardes Ribeiro wrote at 2006-8-29 12:28 -0300:
Is it possible to change the encoding of a page without having to change the default-zpublisher-encoding option in zope.conf?
The "default-zpublisher-encoding" is relevant only when 1. the request returns a unicode object and 2. the "Content-Type" response header does not specify a charset. Ensure that your page sets the "Content-Type" response header correctly. -- Dieter