pretty-print

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

pretty-print

Post by newdep »

Hello Lutz,

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

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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post 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.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post 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.
-- (define? (Cornflakes))

Locked