Dear List, in the changes.txt of the zope 2.5b announcement I read that the locale support in STXNG has been broken (since 2.4.0). Does that mean it is supported in zope 2.5b now. What do I have to do to get it work in zope 2.4.3 if not. Can I deactivate STXNG in 2.4.3? At the moment it is not working in my 2.4.3 on win98. Thanks for your reply, Elena
"has been broken" means that is should be working now (2.5 and 2.4.3) Andreas ----- Original Message ----- From: "Elena Schulz" <elena.schulz@gmx.net> To: <zope@zope.org> Sent: Thursday, November 29, 2001 03:28 Subject: [Zope] Locale support in STXNG since 2.4.0 Dear List, in the changes.txt of the zope 2.5b announcement I read that the locale support in STXNG has been broken (since 2.4.0). Does that mean it is supported in zope 2.5b now. What do I have to do to get it work in zope 2.4.3 if not. Can I deactivate STXNG in 2.4.3? At the moment it is not working in my 2.4.3 on win98. Thanks for your reply, 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 )
Hi Andreas, thanks for your reply. But it does not work with my Zope 2.4.3 (win98) I start Zope 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> where stxTest is a dtml-method containing umlaute. But ä, ü, ö and other non ascii-characters are still not rendered properly. Then I replaced the structured Text Folder with the Structured Text Folder from the CVS today and still no rendering of ä, ü, ö. Am I missing something? Changing the -L "german" to -L "de_DE" gives a not 'supported error on your system' on starting Zope so -L "german" seems to be the right activation of the locale. Thanks for your help, Elena From: Andreas Jung <andreas@andreas-jung.com> To : Elena Schulz <elena.schulz@gmx.net>; <zope@zope.org> Re: [Zope] Locale support in STXNG since 2.4.0 "has been broken" means that is should be working now (2.5 and 2.4.3) Andreas ----- Original Message ----- From: "Elena Schulz" <elena.schulz@gmx.net> To: <zope@zope.org> Sent: Thursday, November 29, 2001 03:28 Subject: [Zope] Locale support in STXNG since 2.4.0 Dear List, in the changes.txt of the zope 2.5b announcement I read that the locale support in STXNG has been broken (since 2.4.0). Does that mean it is supported in zope 2.5b now. What do I have to do to get it work in zope 2.4.3 if not. Can I deactivate STXNG in 2.4.3? At the moment it is not working in my 2.4.3 on win98. Thanks for your reply, 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 )
On Fri, Nov 30, 2001 at 11:01:06AM +0100, Elena Schulz wrote:
Hi Andreas,
thanks for your reply. But it does not work with my Zope 2.4.3 (win98) I start Zope 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> where stxTest is a dtml-method containing umlaute. But ä, ü, ö and other non ascii-characters are still not rendered properly.
Then I replaced the structured Text Folder with the Structured Text Folder from the CVS today and still no rendering of ä, ü, ö. Am I missing something? Changing the -L "german" to -L "de_DE" gives a not 'supported error on your system' on starting Zope so -L "german" seems to be the right activation of the locale.
Using -L "de_DE" should work on any Unix system with corresponding locale support. I must admit I have never tried to use locale support under Windows so I can't currently check the problem. Andreas
participants (3)
-
Andreas Jung -
Andreas Jung -
Elena Schulz