In a message dated 11/10/2010 4:55:04 AM Pacific Standard Time, 
ggal...@wyanokegroup.com writes:


> This sounds like a job for a quick perl routine. 
> Read the file in byte by byte, and AND it with 127, then write it
>    out byte by byte to a new file.
> 
> George
> 

No George this will not work.
Each "byte" you read will be 8 bits, so you'll be grabbing an extra "bit" 
from the next byte which is wrong you see.

You have to read it in 7 bits at a time, and you cannot.  That's why my 
56bit read makes sense.

Will 56bit Johnson
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to