Re: NSCharacterSet :+ (id)newlineCharacterSet
Re: NSCharacterSet :+ (id)newlineCharacterSet
- Subject: Re: NSCharacterSet :+ (id)newlineCharacterSet
- From: Bill Cheeseman <email@hidden>
- Date: Mon, 08 Sep 2008 17:14:43 -0400
- Thread-topic: NSCharacterSet :+ (id)newlineCharacterSet
on 2008-09-08 4:57 PM, Filip van der Meeren at email@hidden wrote:
> And when I check the actual header file, the "+
> (id)newlineCharacterSet" declaration isn't to be found...
>
> Is this a mistake on my side or Apples?
On my 10.5.4 system, this appears in the NSCharacterSet.h header:
#if MAC_OS_X_VERSION_10_5 <= MAC_OS_X_VERSION_MAX_ALLOWED
+ (id)newlineCharacterSet;
#endif
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
www.quecheesoftware.com
PreFab Software - www.prefabsoftware.com
_______________________________________________
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