Re: base64 NSData to NSString
Re: base64 NSData to NSString
- Subject: Re: base64 NSData to NSString
- From: "Paolo Manna" <email@hidden>
- Date: Sat, 22 Mar 2008 19:12:22 +0100
Marco,
> I've searched with Google and i found some "pathces" for NSString and NSData but they
> don' t seem to work.
I've used the one contained in Eric Czarny's XML-RPC library, and it
seems to work:
http://sourceforge.net/projects/xml-rpc/
That is based on:
http://ranchero.com/cocoa/xmlrpc/
Note that there, the methods are implemented as class methods, and
they're categories (this is the right name, not "patches") of NSString
(for encoding) and NSData (for decoding).
Paolo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden