Re: base64
Re: base64
- Subject: Re: base64
- From: Robert Palmer Jr <email@hidden>
- Date: Thu, 5 Feb 2004 18:08:11 -0500
There is probably a unix command line implementation already on the Mac
(or in one of the Cocoa/Carbon APIs). However, if you go to
http://xmlrpcpp.sourceforge.net/, it has built into it a very good
base64 encoder class built using templates. And you can look at how
the xmlrpcpp lib uses it as a good example case :) Finally, it's LGPL.
Robert
On Feb 5, 2004, at 5:02 PM, Sascha Kuehn wrote:
hi,
i need a base64 en/decoder. is there a framework or something else?
sascha
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >base64 (From: Sascha Kuehn <email@hidden>) |