On 02/14/2010 04:35 PM, Archives wrote:
>
> According to the guy who developed reformime (who i talked to today),
> reformime inherits $LANG from it's parent process, it might be as simple
> as putting in a special case where $LANG is set before calling
> reformime... but I didn't have confidenc
On 2/13/2010 7:16 PM, Jason Haar wrote:
> On 02/14/2010 03:55 PM, Archives wrote:
>
>> Which is why reformime breaks. Setting it to:
>>
>> $ENV{'LC_ALL'}= $ENV{'LANG'} = $ENV{'LANGUAGE'} = 'en_US.UTF-8';
>> POSIX::setlocale(&POSIX::LC_ALL,'en_US.UTF-8');
>>
>> Results in a perfectly working, u
On 02/14/2010 03:55 PM, Archives wrote:
> Which is why reformime breaks. Setting it to:
>
> $ENV{'LC_ALL'}= $ENV{'LANG'} = $ENV{'LANGUAGE'} = 'en_US.UTF-8';
> POSIX::setlocale(&POSIX::LC_ALL,'en_US.UTF-8');
>
> Results in a perfectly working, unbroken system. (On my machine $LANG=
> 'en_US.UTF-8