Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、サーバーから次の文字列の応答文字列を取得しています: Kav\u00e1la. Googleで検索した後、この「\u00e1」はUTF16です。これを使用して変換しようとしています:
NSString *myJson = [responseString stringByReplacingPercentEscapesUsingEncoding:NSUTF16StringEncoding];
しかし、何もありません。それは同じだ
"\u00e1" は文字 "á" (小文字の a-acute) です。