[Zope] Restructured Text and High ASCII

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Thu, 01 May 2003 08:57:27 +0200


--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