Re: Reading one line at a time using NSFileHandle
Re: Reading one line at a time using NSFileHandle
- Subject: Re: Reading one line at a time using NSFileHandle
- From: Andrew Farmer <email@hidden>
- Date: Fri, 27 Mar 2009 02:01:27 -0700
On 26 Mar 09, at 13:27, Erg Consultant wrote:
I read the CocoaBuilder thread to no avail. fgets won't work in my
case because my text file contains special characters which fgets
mangles.
fgets is encoding-agnostic. You're probably going about the char* ->
NSString conversion wrong - how are you trying to do that?
_______________________________________________
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