Skip navigation.
 
mlRe: base64 NSData to NSString
FROM : Paolo Manna
DATE : Sat Mar 22 19:12:22 2008

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

Related mailsAuthorDate
mlbase64 NSData to NSString Marco Cassinerio Mar 22, 18:22
mlRe: base64 NSData to NSString Paolo Manna Mar 22, 19:12
mlRe: base64 NSData to NSString Jeff LaMarche Mar 22, 19:18
mlRe: base64 NSData to NSString Michael Ash Mar 22, 20:11
mlRe: base64 NSData to NSString Marco Cassinerio Mar 22, 20:40
mlRe: base64 NSData to NSString Jens Alfke Mar 22, 20:46
mlRe: base64 NSData to NSString Marco Cassinerio Mar 22, 21:19
mlRe: base64 NSData to NSString Jens Alfke Mar 22, 21:24
mlRe: base64 NSData to NSString Marco Cassinerio Mar 22, 22:11