in reply to Re: Re: problems packing 8 bit data
in thread problems packing 8 bit data
The string is correct, its the output interpretation that needs to be affected. The binmode does alter the resultant output.
Now if someone could just explain what translation is really going on here in this particular bit pattern example.
ie. a 0x80 is actually represented as a 0xc2 0x80, because ???.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: problems packing 8 bit data
by Thelonius (Priest) on Aug 15, 2003 at 19:58 UTC | |
|
Re: Re: problems packing 8 bit data
by BrowserUk (Patriarch) on Aug 15, 2003 at 20:07 UTC |