Re: [Zope] Help STX in UTF-8

2005-09-01 Thread Dieter Maurer
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 )


Re: [Zope] Help STX in UTF-8

2005-09-01 Thread Chris Withers

Vlada Macek wrote:


It's Zope 2.7.5. What can I do to display the file correctly?


IIRC, somewhere in ZPublisher/BaseRequest.py there's a hard-coded 
encoding to latin-1, try changing that to utf-8...


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk

___
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 )


[Zope] Help STX in UTF-8

2005-08-31 Thread Vlada Macek
I registered the help directory using

context.registerHelp(directory='help')

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?

-- 

\//\/\
(Sometimes credited as 1494 F8DD 6379 4CD7 E7E3 1FC9 D750 4243 1F05 9424.)


___
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 )