Re: Omission of % character when loading a string from a file?
Re: Omission of % character when loading a string from a file?
- Subject: Re: Omission of % character when loading a string from a file?
- From: Michael Latta <email@hidden>
- Date: Thu, 26 Dec 2002 09:30:22 -0800
Is the file Unicode? Does it have the unicode encoding bytes at the
front of the file? How was the file created?
Michael Latta
On Thursday, December 26, 2002, at 09:13 AM, Jan Van Boghout wrote:
Why is it that when I load a plain text file as a string, every %
character seems to disappear completely?
I use : [[NSMutableString alloc] initWithContentsOfFile:path]
Every single % in that file won't be read, no matter where in the file
it is. Any solutions? This is terribly annoying since I need to have
those percentage signs in my file.
Greetings,
Jan Van Boghout
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.