Hello Lutz,
Is it possible to make pretty-print work for base64-enc ?
regards, Norman.
Many Base64 conversion routines put linefeeds right into the string when converting for better readability (mail attachements etc), but according to the RFCs this is not legal spec.
But I can put in my TODO list the feature of an addtional parameter in base65-enc, which specifies line-breaks.
Lutz
Hi Lutz,
I fixed the problem already...
My page is updated with it ;-)
http://www.nodep.nl/downloads/newlisp/exp64.lsp
Regards, Norman.
pretty-print for base64 is up and running...
the decoder is posted soon...
enjoy..
http://www.nodep.nl/downloads/newlisp/exp64.lsp
Norman.