Re: [Zope] Diacriticals in ZMI
| OdesÃlatel: Charlie Reiman <creiman@kefta.com> | If I had to guess, I'd say Zope is claiming to be UTF-8 but not handling | user supplied data (properties) correctly. They just get spat out as-is, | which in this case is ISO 8859. This makes sense since I don't think Zope | has any way of knowing if the user properties are UTF or ISO 8859 or what. | | It turns out I can use &blah; style encoding in titles and that seems to be | okay with Moz and IE6. The only problem is they display in the ZMI as | &blah;. This is correct but annoying. I have same problem with MSIE in czech language. Try to define codepage in zope system files as suggested by me in my previous reply (look for that!). I need to define windows-1250 codepage (czech lang) like that: <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <meta http-equiv="Content-Language" content="cz"> add these lines to <head> tag. Regards JL.
On Qui 19 Set 2002 01:20, Jaroslav Lukesh wrote: | I have same problem with MSIE in czech language. Try to define codepage in | zope system files as suggested by me in my previous reply (look for that!). | I need to define windows-1250 codepage (czech lang) like that: | | <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> | <meta http-equiv="Content-Language" content="cz"> | | add these lines to <head> tag. A suggestion: this could be put on the collector with a suggestion to create a way to make this configurable without needing to modify the zope source by hand, eg: providing these values as an environment variable, or trying to guess them from the -L <locale> option of z2.py. []'s -- Sidnei da Silva (dreamcatcher) <sidnei@x3ng.com.br> X3ng Web Technology <http://www.x3ng.com.br> GNU/Linux user 257852 Debian GNU/Linux 3.0 (Sid) 2.4.18 ppc Any programming language is at its best before it is implemented and used.
On Thu, Sep 19, 2002 at 06:20:38AM +0200, Jaroslav Lukesh wrote:
I have same problem with MSIE in czech language. Try to define codepage in zope system files as suggested by me in my previous reply (look for that!). I need to define windows-1250 codepage (czech lang) like that:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <meta http-equiv="Content-Language" content="cz"> ^^ "cs" should be here ;-)
-- ViNiL the GNU hippie
participants (3)
-
Jaroslav Lukesh -
Sidnei da Silva -
ViNiL