Vlada Macek wrote at 2005-8-31 18:13 +0200:
> ...
>in my product's __init__.py. Then I placed UTF-8 encoded STX file in my
>language there, but the help via ZMI is displayed with garbled UTF-8
>chars. It's unreadable, but it is not the matter of browser's Display
>encoding switch.
>
>It's Zope 2.7.5. What can I do to display the file correctly?

Almost surely, the "charset" parameter of the "Content-Type"
response header is not correctly set.

Find out which template presents the help pages.
See how it sets the "Content-Type".
Adjust as necessary.

-- 
Dieter
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to