On Sat, Jul 20, 2019 at 7:30 AM 'Jon Hough' via Programming
<[email protected]> wrote:
> > Am I making any sense here?"
>
> Sorry, I am struggling to understand your point. Converting to ASCII
> is just to pack the bytes. It seems more purposeful than leaving as
> an array of 0s and 1s. It isn't a necessary step, but in an imaginary
> world where I want to encode a list of positive integers using
> Fibonacci Encoding and send them over the wire to someone else, I
> would probably convert to ASCII (i.e. get byte representation) and
> then Base64 encode that result, and reverse on the other end.

Yeah, sorry, I was being slow.

Please instead refer to
http://jsoftware.com/pipermail/programming/2019-July/053650.html

Thanks,

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to