[Zope] Re: Umlauts with in Structured Text

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Wed, 30 Jul 2003 18:53:58 +0200


--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