19 Apr
2001
19 Apr
'01
6:42 p.m.
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