27 Sep
2002
27 Sep
'02
6:28 a.m.
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