[Zope] Restructured Text and High ASCII

Max M maxm@mxm.dk
Thu, 01 May 2003 08:46:00 +0200


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