Casey Duncan wrote:
>Add the following code to a sitecustomize.py module in your python's
>site-packages:
>
>import sys
>sys.setdefaultencoding('latin-1')
>
Wouldn't it give the same result to set the language parameter in Zope? ie:
-L 'danish'
Solves similar problems for me.
regards Max M