I\'m developing an iOs 4 application with latest SDK and XCode 4.2.
I\'m using a web service to retrieve some data, and I receive that data. But, when I do this
I think your problem is the web service that doesn't return valid UTF-8 text. You should check the encoding on the server side.