pretty-print

Started by newdep, April 14, 2005, 03:39:23 AM

Previous topic - Next topic

newdep

Hello Lutz,



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



regards, Norman.
-- (define? (Cornflakes))

Lutz

#1
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

newdep

#2
Hi Lutz,



I fixed the problem already...



My page is updated with it ;-)



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





Regards, Norman.
-- (define? (Cornflakes))

newdep

#3
pretty-print for base64 is up and running...



the decoder is posted soon...



enjoy..



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



Norman.
-- (define? (Cornflakes))