[Zope] Umlauts and Structured Text
Andreas Jung
andreas@digicool.com
Fri, 20 Apr 2001 12:29:39 -0400
I checkedin this morning a patched version of StructuredText.py (V 1.35)
into the trunk.
This should fix most of the problems.
Andreas Jung
Digitial Creations
----- Original Message -----
From: "Dieter Maurer" <dieter@handshake.de>
To: "Stefan Radke" <stefan_radke@csi.com>
Cc: <zope@zope.org>
Sent: Thursday, April 19, 2001 2:42 PM
Subject: Re: [Zope] Umlauts and Structured Text
> Stefan Radke writes:
> > How would umlauts have to be entered to be interpreted correctly by the
> > structured text processor in Zope, e.g for a hyperlink ?
> > "F=FCssen":F=FCssen, or even "Füssen":Füssen don't work.
> I fear, "structured text" is currently essentially an english only
> tool. It is unaware that there are letters outside the US-ASCII
> range.
>
> It would need an overhaul: use Python's "re" module and
> locale aware patterns.
>
> Would not be too difficult. Probably volunteers wanted.
>
> But maybe, the "StructuredText-NG" already solves these
> problems....
>
>
> Dieter
>
> _______________________________________________
> 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 )