newLISP Fan Club

Forum => newLISP in the real world => Topic started by: newdep on April 14, 2005, 03:39:23 AM

Title: pretty-print
Post by: newdep on April 14, 2005, 03:39:23 AM
Hello Lutz,



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



regards, Norman.
Title:
Post by: Lutz on April 14, 2005, 07:30:43 AM
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
Title:
Post by: newdep on June 02, 2005, 01:05:57 PM
Hi Lutz,



I fixed the problem already...



My page is updated with it ;-)



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





Regards, Norman.
Title:
Post by: newdep on June 02, 2005, 03:01:46 PM
pretty-print for base64 is up and running...



the decoder is posted soon...



enjoy..



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



Norman.