On Sun, Dec 17, 2000 at 05:53:20PM +0000, Nicholas Clark wrote: > On Sun, Dec 17, 2000 at 11:27:32AM -0600, Jarkko Hietaniemi wrote: > > Thanks, I need all the possible speedups I can find to pay for my > > regex polymorphism patch :-) > > Does this mean that the utf leakage detector might soon report OK on > test 1? And that PerlIO will fix test 3? > /usr/bin/perl5.004 ~/test/spot_utf.pl > # Input has length 1 > ok 1 > ok 2 > ok 3 Well, yeah, but the chr(340) is an overripe red herring in 5.004... > /usr/bin/perl5.6.0 ~/test/spot_utf.pl > # Input has length 1 > not ok 1 # length is 2 > not ok 2 # length is 2 > not ok 3 # length is 2 > > /usr/local/bin/perl5.7.0 ~/test/spot_utf.pl > # Input has length 1 > not ok 1 # length is 2 > not ok 2 # length is 2 > not ok 3 # length is 2 > > ./perl ~/test/spot_utf.pl > # Input has length 1 > not ok 1 # length is 2 > ok 2 > Wide character in print at /home/nick/test/spot_utf.pl line 28. > not ok 3 # length is 0 In bleadperl: # Input has length 1 ok 1 ok 2 Wide character in print at x line 28. not ok 3 # length is 0 > > > Nicholas Clark -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack CohenThread Previous | Thread Next