On 27/10/2013, at 4:57 PM, Michael McLaughlin <[email protected]> wrote:
> NSMutableCharacterSet *charSet = [NSCharacterSet alphanumericCharacterSet]; > Is this a bug or am I doing something wrong? If this is literally your code, then it's wrong: You are assigning a NSCharacterSet to a NSMutableCharacterSet. The -formUnionWithCharacterSet should cause an unrecognized selector exception. --Graham _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
