[Zope] Umlauts and Structured Text
Dieter Maurer
dieter@handshake.de
Thu, 19 Apr 2001 20:42:54 +0200 (CEST)
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