Skip navigation.
 
mlRe: Re: NSData to NSString encoding error
FROM : Shawn Erickson
DATE : Mon Jul 10 21:15:17 2006

On 7/10/06, Johan Augustsson <johan.<email_removed>> wrote:

> For some reason [myDict description] doesn't give me same result as
> NSLog([myDict objectForKey:@"myKey"]), but that won't be a problem
> for me.


Ah yeah... (unfortunately IMHO) -[NSDictionary description] was
historically used to generate a serialized form of the dictionary (old
style plist). As a result a particular serialization form is used,
etc.

-Shawn

Related mailsAuthorDate
mlNSData to NSString encoding error Johan Augustsson Jul 10, 18:46
mlRe: NSData to NSString encoding error Nick Zitzmann Jul 10, 19:00
mlRe: NSData to NSString encoding error j o a r Jul 10, 19:43
mlRe: NSData to NSString encoding error Johan Augustsson Jul 10, 21:06
mlRe: Re: NSData to NSString encoding error Shawn Erickson Jul 10, 21:15