[Zope] Is it possible to change manage forms encoding?

Dieter Maurer dieter@handshake.de
Tue, 5 Mar 2002 22:28:01 +0100


Marcin Kasperski writes:
 > ....
 > So: is it possible to ask Zope to change the encoding of management
 > screens?
You can edit "App/dtml/manage_page_header.dtml" and add a
"RESPONSE.setHeader('Content-Type', 'text/html; charset=iso-8859-2')".


Dieter