Octal format
- Posted by Mike Sabal <MikeS at NOTATIONS.COM> Oct 08, 1999
- 511 views
I have an attachment that was sent to me via email in MIME application/octa= l-stream. My email program seems to be reading it as straight ASCII text, = which is completely unusable. I need to write a Euphoria program to = convert the ASCII bitstream (after calling int_to_bytes) to an octal = bitstream (after concatenating all the sequences together). My only = dilemna is my poor memory. The octal digit is 3 bits long, isn't it? So = the character 'A' (65 decimal) would be 101 octal, I think. Please = correct me if I'm wrong. Michael J. Sabal