perl-unicode

Re: snapshot perl(_at_)20845

2003-08-23 13:30:05
On 18 Aug 2003 at 21:01, Jarkko Hietaniemi wrote:

How's this in DOS DJGPP?

Still hangs(?) on ext/Encode/t/Unicode in the "SvGROW test for 
(en|de)code_xs".

It seems to work when I put in a trace print command inside the loop... 
strange.

(I also think the logic is wrong... "for my $j (0,0x10)" should maybe 
"for my $j (0..0x10)" and "$utf8 .= ord($j+$i)" should almost certainly 
be something with chr() in it rather than ord(), and may also need 
$j*0x10000 rather than plain $j. Copying perl-unicode for this reason.)

Cheers,
Philip
-- 
Philip Newton <Philip(_dot_)Newton(_at_)gmx(_dot_)net>

<Prev in Thread] Current Thread [Next in Thread>
  • Re: snapshot perl(_at_)20845, Philip Newton <=