[darcs-devel] darcs patch: bugfix, don't skip rest of char escape t... (and 12 more)

Ralph Corderoy ralph at inputplus.co.uk
Sun Apr 17 08:37:36 PDT 2005


Hi Tomasz,

> > +# make sure the locale is c
> > +
> > +$ENV{LANG} = "c";
> 
> Hmmm, this is strange, but there is still some locale trouble. 8 of 16
> tests fail if I run this test on system which has LANG=en_US.UTF-8

Shouldn't that be

    $ENV{'LC_ALL'} = 'C';

> Also, is it OK to use small 'c' for locale name? I've always seen a
> capital 'C' used for this and it seems that 'c' is treated as an
> unknown locale, at least on Linux.

You're right, it's C, not c.

Cheers,


Ralph.





More information about the darcs-devel mailing list