1 May
2003
1 May
'03
6:57 a.m.
--On Donnerstag, 1. Mai 2003 8:46 Uhr +0200 Max M <maxm@mxm.dk> wrote:
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'
Wouldn't it give the same result to set the language parameter in Zope? ie: -L 'danish' No, reST does not care for good reasons about locales. -aj