[Zope] Re: [Zope] structured text and åäö Shall I put this in the Collector?

Andreas Jung Andreas Jung <lists@andreas-jung.com>
Fri, 27 Sep 2002 08:28:16 +0200


http://www.zope.org/Members/ajung/howto/Locale%20Support%20for%20Structured
%20Text/

--On Freitag, 27. September 2002 06:41 +0100 Peter Bengtsson 
<mail@peterbe.com> wrote:

> Consider the following example code:
>
>  >>> from Products.PythonScripts.standard import structured_text
>  >>> print structured_text("Svenska *tacken*")
> <p>Svenska <em>tacken</em></p>
>
>  >>> print structured_text("Svenska *täcken*")
> <p>Svenska *täcken*</p>
>
>
> Shouldn't structured_text() be able to support these special characters?
> Is there a workaround except writing up a simple (but extra processing)
> hack?
>
> Shall I put it in the Collector?
>
> Regards, Peter