reading file with Windows-1255 encoding
I have an app that needs to read an html file with charset=Windows-1255. From what I can tell, that is an encoding that is not supported in NSStringEncodings.
Does anybody know how I can do this? The html file will open in a UIWebView just fine, but I need to be able to open, search, and alter the text before it is displayed.
|