in reply to problems packing 8 bit data
perl -e 'print pack("C*", 0x7e..0x81);' | od -tx1
And its not a seperator thing, because adding the extra character (0x7e) you don't get the 0xc2 between every byte, only preceeding the bytes above 0x80.
And yes, I'm currently using perl 5.8.0 on RH 9.0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: problems packing 8 bit data
by BrowserUk (Patriarch) on Aug 15, 2003 at 18:06 UTC | |
by Anonymous Monk on Aug 15, 2003 at 19:54 UTC | |
by Thelonius (Priest) on Aug 15, 2003 at 19:58 UTC | |
by BrowserUk (Patriarch) on Aug 15, 2003 at 20:07 UTC |