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