Quote:
I have tried to fix it as recomended by the following line from other users.
Code:
[NSString stringWithContentsOfFile:fullpath encoding:NSUTF8StringEncoding error:nil];
This however then doesn't actually fill the array with the data.
|
It should work... unless, of course, your text file isn't UTF8. Maybe it's UTF16?