structured text nonascii-characters, umlaute
Dear List, I am starting Zope 2.4.2 on win98 like so: "J:\Zope\ZopeSite\bin\python.exe" "J:\Zope\ZopeSite\z2.py" -D -L "german" %1 %2 %3 %4 %5 %6 %7 %8 %9 and refer to structurd text like: <dtml-var stxTest fmt=structured-text> but the umlaute like ä, ü, ö and other non ascii-characters are not rendered properly. Does anybody know what to do or where the problem might be? Thanks for your replies, Elena
See http://www.zope.org/Members/ajung/howto/Locale%20Support%20for%20Structured% 20Text Andreas ----- Original Message ----- From: "Elena Schulz" <elena.schulz@gmx.net> To: <zope@zope.org> Sent: Monday, November 26, 2001 04:37 Subject: [Zope] structured text nonascii-characters, umlaute Dear List, I am starting Zope 2.4.2 on win98 like so: "J:\Zope\ZopeSite\bin\python.exe" "J:\Zope\ZopeSite\z2.py" -D -L "german" %1 %2 %3 %4 %5 %6 %7 %8 %9 and refer to structurd text like: <dtml-var stxTest fmt=structured-text> but the umlaute like ä, ü, ö and other non ascii-characters are not rendered properly. Does anybody know what to do or where the problem might be? Thanks for your replies, Elena _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Elena Schulz wrote:
I am starting Zope 2.4.2 on win98 like so:
"J:\Zope\ZopeSite\bin\python.exe" "J:\Zope\ZopeSite\z2.py" -D -L "german" %1 %2 %3 %4 %5 %6 %7 %8 %9
use '-L "de_DE"' instead ( this must be supported by your system! ) MfG Steffen -- become who you are
participants (3)
-
Andreas Jung -
Elena Schulz -
Steffen Hausmann