[Zope] Diacriticals in ZMI
Jaroslav Lukesh
lsh@wo.cz
Tue, 17 Sep 2002 21:46:36 +0200
| Odes=EDlatel: Charlie Reiman <creiman@kefta.com>
| 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`' no=
w
| shows up as 'R?sum?'.
This is my question before few days:
Regards JL.
----------
| Odes=EDlatel: Dieter Maurer <dieter@handshake.de>
| Jaroslav Lukesh writes:
| > I have problem with codepage. I have set "Lang" property in z2.py, i=
t
works
| > OK with codepage sensitive methodl like StructuredText. But I need t=
o
set
| > codepage in manage_edit and other pages (all :-) that string in head
| > section:
| You can add it in 2 places:
|=20
| * your "standard_html_header" (or "standard_template") to take care
| of your own pages
|=20
| * "<zopedir>/lib/python/Application/dtml/manage_tabs.dtml" to
| take care of most management pages.
|=20
| Unfortunalely, there are some pages not covered by these too places,
| mostly forms to add objects. For some unknown reason, the do not
| use a standard header but come as pure HTML files.
|=20
|=20
| Dieter
|=20