24 Aug
2007
24 Aug
'07
7:51 a.m.
--On 24. August 2007 09:36:30 +0200 Jaroslav Lukesh <lukesh@seznam.cz> wrote:
----- Original Message ----- From: "Patrick Ulmer" <ulmer@truckport.de>
The http-equiv tag means not much to browser. Try setting the content-type including the charset within the HTTP response (REQUEST.RESPONSE.setHeader(...)).
I have checked it but it is the same problem. Browser is encoding in utf-8 correct, but the result (html sourcecode from zope) is not utf-8 anymore after inserting <dtml-var "MessageCatalog('Hallo Welt!')"> and I don't know why it changed. How can a dtml-var-tag changed the encoding for the document?
What about
<dtml-var "_.str(MessageCatalog('Hallo Welt!'))">
Use _.str() solves many potential problems
That's the mallet method. -aj