Re: [perl #18232] Encode::is_utf8 seems to have side effects

2002-11-07 Thread chromatic
On Thursday 07 November 2002 09:08, Rafael Garcia-Suarez wrote: > chromatic <[EMAIL PROTECTED]> wrote: > > Test::More::ok() calls Test::Builder::ok(), which performs a > > substitution. I could patch it to localize all of the punctuation > > variables, but think better style might be to say "Don

Re: [perl #18232] Encode::is_utf8 seems to have side effects

2002-11-07 Thread Rafael Garcia-Suarez
chromatic <[EMAIL PROTECTED]> wrote: > On Tue, 05 Nov 2002 01:32:22 -0800, Andreas J. Koenig) (Via Rt wrote: > > > % /usr/bin/perl -wle ' > > use Test::More; use Encode; > > plan tests => 3; > > "\x{100}" =~ /(.)/; > > my $a = $1; > > ok(Encode::is_utf8($1)); > > Test::More::ok() calls Test::Buil