Ok. I set the environment variable LANG to en_US.UTF8 system-wide. This 
changed my locale output from:

LANG=
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=en_US.utf8

to:

LANG=en_US.UTF8
LC_CTYPE="en_US.ISO-8859-1"
LC_NUMERIC="en_US.ISO-8859-1"
LC_TIME="en_US.ISO-8859-1"
LC_COLLATE="en_US.ISO-8859-1"
LC_MONETARY="en_US.ISO-8859-1"
LC_MESSAGES="en_US.ISO-8859-1"
LC_PAPER="en_US.ISO-8859-1"
LC_NAME="en_US.ISO-8859-1"
LC_ADDRESS="en_US.ISO-8859-1"
LC_TELEPHONE="en_US.ISO-8859-1"
LC_MEASUREMENT="en_US.ISO-8859-1"
LC_IDENTIFICATION="en_US.ISO-8859-1"
LC_ALL=en_US.ISO-8859-1


inside e17. The advanced dialog still shows some garbage. It now shows 
en_US.UTF-P while the basic dialog shows en_US.UTF8
I have no idea where it gets UTF-P from, since my /etc/locale.gen 
contains only
~> grep -v '^#' /etc/locale.gen

en_US ISO-8859-1
en_US.UTF-8 UTF-8

But e17 doesn't segv anymore now.


On 07/05/2011 09:12 AM, Christopher Michael wrote:
> I had a similar problem earlier. I solved it by adding
>
> export LANG=C
>
> to my ~/.bashrc. Then logout and login again and it's gone ;)
>
> dh
>
>
> On 07/04/11 21:13, P Purkayastha wrote:
>> Hi,
>> I am getting segv on e17 restarts. Seems to have to do something with
>> the language module.
>>
>> The gdb log is attached.
>>
>>


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to