Re: problem with NSString, UTF8, pathnames
Re: problem with NSString, UTF8, pathnames
- Subject: Re: problem with NSString, UTF8, pathnames
- From: "stephen joseph butler" <email@hidden>
- Date: Thu, 25 Oct 2007 14:19:25 -0500
On 10/25/07, Clark Cox <email@hidden> wrote:
> It is harmful, always use this:
>
> NSLog(@"%@", [validCocoaObject description] );
That's a little redundant. "%@" expands to -[NSObject description]
anyway, so you can just do this:
NSLog(@"%@", validCocoaObject );
_______________________________________________
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