On Wed 10 Mar 2004 12:00, Rafael Garcia-Suarez <[EMAIL PROTECTED]> wrote:
> Abe Timmerman wrote in perl.daily-build :
> >> The recent smoke failures noticed by Merijn are reproducible with
> >> the environment variables
> >>     PERL_UNICODE=""
> >>     LC_ALL=fr_FR.utf8 (or another utf8 locale)
> >> perlrun states clearly that PERL_UNICODE being unset is not equivalent
> >> to PERL_UNICODE="", but to PERL_UNICODE="0". I don't know how
> >> Test::Smoke sets those variables up,
> > 
> > From Test::Smoke::Smoker::make_test()
> > 
> >         local( $ENV{PERLIO}, $ENV{LC_ALL}, $ENV{PERL_UNICODE} ) =
> >              ( "", defined $ENV{LC_ALL} ? $ENV{LC_ALL} : "", "" );
> 
> I was merely suggesting something like
>          local( $ENV{PERLIO}, $ENV{LC_ALL}, $ENV{PERL_UNICODE} ) =
>               ( "", defined $ENV{LC_ALL} ? $ENV{LC_ALL} : "",
>                     $ENV{LC_ALL} ? "" : undef,

And I hope $LC_ALL is set from smoke, because I *NEVER* use $LC_ALL myself. I
always use $LANG

>             );
> because if I understand the setup correctly nothing is ever smoked
> without PERL_UNICODE="". And the default mode of operation for most
> people is with PERL_UNICODE unset.
> 
> Makes sense ?

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.           http://www.cmve.net/~merijn/
http://archives.develooper.com/[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org

Reply via email to