Page 1 of 1

pretty-print

Posted: Thu Apr 14, 2005 10:39 am
by newdep
Hello Lutz,

Is it possible to make pretty-print work for base64-enc ?

regards, Norman.

Posted: Thu Apr 14, 2005 2:30 pm
by Lutz
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

Posted: Thu Jun 02, 2005 8:05 pm
by newdep
Hi Lutz,

I fixed the problem already...

My page is updated with it ;-)

http://www.nodep.nl/downloads/newlisp/exp64.lsp


Regards, Norman.

Posted: Thu Jun 02, 2005 10:01 pm
by newdep
pretty-print for base64 is up and running...

the decoder is posted soon...

enjoy..

http://www.nodep.nl/downloads/newlisp/exp64.lsp

Norman.