Re: stringWithCString:length deprecation
Re: stringWithCString:length deprecation
- Subject: Re: stringWithCString:length deprecation
- From: Scott Thompson <email@hidden>
- Date: Wed, 07 Oct 2009 07:10:13 -0500
But that doesn't look like a real replacement. Shouldn't there be a
stringWithCString:length:encoding
What am I missing?
I think what you're missing is:
- (id)initWithBytes:(const void *)bytes length:(NSUInteger)len
encoding:(NSStringEncoding)encoding;
Scott
_______________________________________________
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