[Scilab-Dev] PATCH for set/get environment variables

Yung-Jang Lee yjlee123 at gmail.com
Sat Jan 3 13:44:54 CET 2009


2009/1/3 Sylvestre Ledru <sylvestre.ledru at inria.fr>:
>
>>
>> Under Windows with fr_FR, it should show  difference  with or without my patch.
> You are right, fr_FR.UTF-8 is OK but not fr_FR which use an iso encoding

In current GIT , encoding for LANG=fr_FR is "UTF-8"  rather than
"iso-8859-1", that is the reason the test script don't pass for
LANG=fr_FR.

I have change encoding of fr_FR to   "iso-8859-1" in my working copy,
and it pass the script now. I will send a patch a few days latter.


>> >
>> > Do you have an idea why ?
>>
>> I have no idea about the meaning of LANG=C.  But I just move to Fedora
>> to test this  patch, I can jump into this problem in the next few
>> days. But I need some hints about "LANG=C".
> Sorry, lang is the default language of the application... Usually english ;)
>

Since  UTF characters  '中文' or  'æøå can not map to english, it look
reasonable that the test don't pass for "LANG=C" .


Yung-Jang Lee


More information about the dev mailing list