I get from a NSURLConnection a NSData object which I convert with
[[NSMutableString alloc] initWithData:[self urlData] encoding:NSUTF8StringEncoding]
to a NSMutableString. After some "revision" I display it in a NSTextField.
But when the response contains a more-than-utf8-string this is displayed:

This "➡" should be one unicode character. The char after .ws/ seems to be an other problem which I would like to have solved. :)
It would be nice if there was a way without Carbon.
