[Zope] Diacriticals in ZMI
Dieter Maurer
dieter@handshake.de
Wed, 18 Sep 2002 20:38:35 +0200
Charlie Reiman writes:
> My problem is the ZMI doesn't seem to be setting an encoding. Mozilla 1.1
> notices this and displays all 8 bit characters as '?'. So 'Re'sume`' now
> shows up as 'R?sum?'.
>
> So my questions are:
>
> 1) How do I set the ZMI codepage or encoding so the browser knows what's
> going on?
Currently, the management pages do not use a common template (which is
very sad). Most use "App/dtml/manage_tabs". You can set the
"Content-Type" header there, with the correct charset.
An alternative would be to tell your browser what the default
charset should be.
> 2) Is there a way to enter é et al. into ZMI Title boxes and have
> them work rather than entering 8 bit characters?
I do not think so.
Dieter