in reply to Re: unpacking 6-bit values
in thread unpacking 6-bit values
Update 3: I can't make pack & unpack work
Phew! I thought I was going nuts :)
From what I read, uuencode converts each 3-bytes to 4-bytes, which is the reverse of what I need.
Then I thought maybe I could use the decode process to perform my encoding, but I couldn't make that work either :(
But it sure did sound like a cool idea to start with.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: unpacking 6-bit values
by roboticus (Chancellor) on Dec 10, 2010 at 22:52 UTC | |
by BrowserUk (Patriarch) on Dec 11, 2010 at 08:07 UTC |