1 May
2003
1 May
'03
6:46 a.m.
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