david wrote:
> Ed Leafe wrote:
>   the XML encoding is set to "UTF8".
>>      So where is that coming from? I traced it to the call:  
>> default_encoding = locale.getdefaultlocale()[1]. On my Kubuntu system,  
>> this is what I get:
>>
>>  >>> import locale
>>  >>> locale.getdefaultlocale()
>> ('en_US', 'UTF8')
>>
> On Gentoo;
>  >>> import locale
>  >>> locale.getdefaultlocale()
> (None, None)
> 
On SCO Unix

Same results
 >>> import locale
 >>> locale.getdefaultlocale()
(None, None)

[email protected]


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to