Re: utf8 bug ?
- From: Christian Borup <borup borup com>
- To: gtk-perl-list gnome org
- Subject: Re: utf8 bug ?
- Date: Sat, 04 Sep 2004 21:22:54 +0200
On Sat, 2004-09-04 at 10:25 -0400, muppet wrote:
On Sep 3, 2004, at 12:15 PM, Quentin wrote:
On Fri, 2004-09-03 at 15:23, Christian Borup wrote:
This is a bug in perl - which may have been fixed in the latest
releases
(5.8.5 had a bunch of regexp vs utf8 fixes).
Can you test with perl 5.8.5 and report back? If the problem persists
I
will pester one of the perl5-porters to fix it.
just now while answering email, i compiled a new perl 5.8.5 and Gtk2
(all into a sandbox, so i'm presuming i got all the paths right), and i
still see the panic.
Me too. In fact I've taken Gtk2 out of the equation. The attached
script still crash.
./borup
use Encode qw( _utf8_on );
my $string='string';
_utf8_on($string);
$_='a %1 b %1';
s/%1/replace($string)/eg;
warn $_;
sub replace
{ $_=shift;
return $_;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]