Re: Segfault using HTML::Entities

2004-07-07 Thread Nicholas Clark
On Wed, Jun 30, 2004 at 11:19:46PM +0100, Richard Jolly wrote: > This is now officially way above my head! > > If the bug has disappeared in a recent maintenance version, do I need > to file a bug report? I'm sure the test case could be cut down, but I'm > not sure I know how. I don't think th

Re: Segfault using HTML::Entities

2004-06-30 Thread Richard Jolly
On 30 Jun 2004, at 22:51, Nicholas Clark wrote: On Wed, Jun 30, 2004 at 10:15:13PM +0100, Richard Jolly wrote: On 30 Jun 2004, at 17:52, Nicholas Clark wrote: On Tue, Jun 29, 2004 at 06:49:16PM +0100, Richard Jolly wrote: Script Could you resend the script/data test case as an attachment pleas

Re: Segfault using HTML::Entities

2004-06-30 Thread Nicholas Clark
On Wed, Jun 30, 2004 at 10:15:13PM +0100, Richard Jolly wrote: > > On 30 Jun 2004, at 17:52, Nicholas Clark wrote: > > >On Tue, Jun 29, 2004 at 06:49:16PM +0100, Richard Jolly wrote: > >> Script > > > >Could you resend the script/data test case as an attachment please? > > Attached. Thanks.

Re: Segfault using HTML::Entities

2004-06-30 Thread Richard Jolly
On 30 Jun 2004, at 17:25, Eric Cholet wrote: Le 30 juin 04, à 14:46, Richard Jolly a écrit : In my original mail the offending line was: The Modern Résumé Now this is a bit off, because is RSS, therefore utf8, but its got encoded latin1 entities (é) in there, with the & further enco

Re: Segfault using HTML::Entities

2004-06-30 Thread Richard Jolly
On 30 Jun 2004, at 17:52, Nicholas Clark wrote: On Tue, Jun 29, 2004 at 06:49:16PM +0100, Richard Jolly wrote: Script Could you resend the script/data test case as an attachment please? Attached. old.pl Description: Binary data Nicholas Clark

Re: Segfault using HTML::Entities

2004-06-30 Thread Nicholas Clark
On Tue, Jun 29, 2004 at 06:49:16PM +0100, Richard Jolly wrote: > Script Could you resend the script/data test case as an attachment please? It's been mangled by the format flowed on your mailer and currently I'm getting errors which suggest that I can't undo that damage. Thanks Nicholas Cl

Re: Segfault using HTML::Entities

2004-06-30 Thread Eric Cholet
Le 30 juin 04, à 14:46, Richard Jolly a écrit : In my original mail the offending line was: The Modern Résumé Now this is a bit off, because is RSS, therefore utf8, but its got encoded latin1 entities (é) in there, with the & further encoded for xml safety. I'm no XML expert, but th

Re: Segfault using HTML::Entities

2004-06-30 Thread Richard Jolly
On 30 Jun 2004, at 04:11, Edward Batutis wrote: Malformed UTF-8 character (unexpected non-continuation byte 0x73, immediately after start byte 0xe9) in substitution iterator at /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/HTML/ Entities.pm line 435, line 1. Segmentation fault I think

RE: Segfault using HTML::Entities

2004-06-29 Thread Edward Batutis
> Malformed UTF-8 character (unexpected non-continuation byte 0x73, > immediately after start byte 0xe9) in substitution iterator at > /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/HTML/Entities.pm > line 435, line 1. > Segmentation fault > I think this is an internal 'utf-8 flag' probl

Segfault using HTML::Entities

2004-06-29 Thread Richard Jolly
Hi, The following script causes a segmentation fault on redhat but is fine on OSX (see perl -V's below). I'm not sure where to start looking, so any advice much appreciated. I know when you install HTML:::Entities you are asked if you want it to encode unicode characters. I have no idea if t