Re: checking for line ending types
Re: checking for line ending types
- Subject: Re: checking for line ending types
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 27 Nov 2004 19:37:25 -0800
On Nov 27, 2004, at 5:03 PM, Andrew Farmer wrote:
Good day, Hunter. Your code looks fine, but you should note that the
method -[NSString cString] will, according too Apple's NSString class
docs, be 'deprecated in the near future.' They instead recommend
that one use 'UTF8String to convert arbitrary NSStrings to a lossless
8-bit representation.'
Except that if your input isn't UTF-8, -[NSString UTF8String] may give
you screwed-up results. -[NSString cString] has its place.
As noted in another thread, cString should be considered deprecated
(it's flagged as thus in the documentation). If you're not using UTF8,
you are encouraged to use dataUsingEncoding:allowLossyConversion: etc.
instead.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden