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 <[EMAIL PROTECTED]>
