RE: [Zope] Umlauts with in Structured Text
Hi Andreas, I verified the Problem: it is the Umlaut. Since the Umlaut ist shown, do I still need the locale Support ? Thanks, Volker
-----Original Message----- From: Andreas Jung [mailto:andreas@andreas-jung.com] Sent: Dienstag, 29. Juli 2003 18:44 To: volker.wend@efgbsh.de; zope@zope.org Subject: Re: [Zope] Umlauts with in Structured Text
Hi Volker,
you might try:
http://www.zope.org/Members/ajung/howto/Locale%20Support%20for%20Structure d%20Text/ It might be possible that the comma or the dash break the regular expression that matches the bold text (STX's parser is stupid). -aj --On Dienstag, 29. Juli 2003 18:47 Uhr +0200 volker.wend@efgbsh.de wrote:
He folks,
I have a Problem with the structured text Module: The follwing text does not show up in bold: 'some text **Matthäus 22,37-39** some more text' The Umlauts themselves show up fine.
I am using Zope 2.6.1 on an windows machine.
Any Ideas ?
Thanks, Volker Wend
_______________________________________________ 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 )
--On Dienstag, 29. Juli 2003 18:58 Uhr +0200 volker.wend@efgbsh.de wrote:
Hi Andreas,
I verified the Problem: it is the Umlaut. Since the Umlaut ist shown, do I still need the locale Support ?
Yes, because the regex uses string.letters which depends on the locals. Maybe try out reStructuredText (2.7)....it sucks less :-) -aj
Andreas Jung <andreas@andreas-jung.com> writes:
I verified the Problem: it is the Umlaut. Since the Umlaut ist shown, do I still need the locale Support ?
Yes, because the regex uses string.letters which depends on the locals. Maybe try out reStructuredText (2.7)....it sucks less :-)
I have exactly this same issue (French and German words) Volker: did you manage to get the locale support working? Andreas: how can I use reStructuredText? I am using plone and there is only support for structuredText as far as I can tell. Thanks, -- Denys Duchier - Équipe Calligramme - LORIA, Nancy, France
--On Mittwoch, 30. Juli 2003 15:34 Uhr +0200 duchier@ps.uni-sb.de wrote:
Andreas Jung <andreas@andreas-jung.com> writes:
I verified the Problem: it is the Umlaut. Since the Umlaut ist shown, do I still need the locale Support ?
Yes, because the regex uses string.letters which depends on the locals. Maybe try out reStructuredText (2.7)....it sucks less :-)
I have exactly this same issue (French and German words)
Volker: did you manage to get the locale support working?
Andreas: how can I use reStructuredText? I am using plone and there is only support for structuredText as far as I can tell.
reST is part of Zope 2.7. There is also a backport for 2.6 available from my member page on Zope.org (ajung). -aj
participants (3)
-
Andreas Jung -
duchier@ps.uni-sb.de -
volker.wend@efgbsh.de