iOS special characters, strange issue
问题 I've got a very strange issue. I started an iOS App about three years ago (iOS-SDK 3.0), and since then went through the SDKs 4.0 and 5.0. Since 5.0 (or maybe 5.1) I suddenly started having problems with German special chars (ä ö ü ß). Now I can't even initialize an NSString with special chars, this line: NSString *str = @"abcäxyz"; gives the following warning: Input conversion stopped due to an input byte that does not belong to the input codeset UTF-8 And this one: NSLog(@"%@", strTemp);