Re: NSData text representation

2008-06-19 Thread Adam Leonard
+[NSPropertyListSerialization dataFromPropertyList:format:errorDescription:] should do what you want too in Cocoa. Adam Leonard On Jun 19, 2008, at 1:15 PM, Andreas Monitzer wrote: On Jun 19, 2008, at 20:50, Trygve Inda wrote: In my plist (xml1 format) I see something like: +/YgByAMQo7

Re: NSData text representation

2008-06-19 Thread Andreas Monitzer
On Jun 19, 2008, at 20:50, Trygve Inda wrote: In my plist (xml1 format) I see something like: +/YgByAMQo78MBADoA However when I send a [myNSData description] I get something like: <4705 78da8d53 cb4ac340 146d1ea0 a0b8f133 5c09> How can I get something more like the first example that I

Re: NSData text representation

2008-06-19 Thread Charles Steinman
--- On Thu, 6/19/08, Trygve Inda <[EMAIL PROTECTED]> wrote: > From: Trygve Inda <[EMAIL PROTECTED]> > Subject: NSData text representation > To: "Cocoa-Dev List" > Date: Thursday, June 19, 2008, 11:50 AM > In my plist (xml1 format) I see something like: >

NSData text representation

2008-06-19 Thread Trygve Inda
In my plist (xml1 format) I see something like: +/YgByAMQo78MBADoA However when I send a [myNSData description] I get something like: <4705 78da8d53 cb4ac340 146d1ea0 a0b8f133 5c09> How can I get something more like the first example that I can copy/paste into a plist? Thanks, Trygve