main logo
Subject: Re: [dabo-users] Encoding mismatch (I guess), but, how should I solve it?
Author: Paul McNett

Posted: 2008/05/30 12:53:46
 
View Entire Thread
New Search


Josep wrote:
> El dv 30 de 05 de 2008 a les 08:45 -0700, en/na Paul McNett va escriure:
>> What do you get when you open a python interpreter and type:
>>
>> import locale
>> locale.getlocale()
>> locale.getdefaultlocale()
>
>>>> import locale
>>>> locale.getlocale()
> (None, None)
>>>> locale.getdefaultlocale()
> ('ca_ES', 'utf_8_euro')
>
>> What do you get when you open a terminal and type:
>
> $ echo $LANG
> ca_ES.UTF-8 At euro

Okay, before running "python AppWizard .DO.T py" do this:

export LANG='ca_ES.UTF-8'

And tell me if that works.

Paul



 
©2008 Paul McNett
<-- Prior Message New Search Next Message -->