in reply to Re: Problems with packing upper ASCII - differences across perl versions
in thread Problems with packing upper ASCII - differences across perl versions
According for the perl5.6.1 pack perldoc page it explicitly says it shouldn't matter. This is stock debian 5.6.1 perl.Malformed UTF-8 character (unexpected non-continuation byte 0xf7 after + start byte 0xf6) at ./pack.pl line 6. Malformed UTF-8 character (1 byte, need 4) at ./pack.pl line 6. Unrecognized character \xB7 at ./pack.pl line 6.
|
|---|