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.
私が解析している JSON ファイルの値の 1 つはWroc\u00c5\u0082aw. この文字列を "Wrocław" を生成する Unicode オブジェクトに変換するにはどうすればよいですか (この場合は正しいデコードです)。
Wroc\u00c5\u0082aw
\u00c5 も \u0082aw もエンコーディングで期待する文字を生成しないため、JSON のエンコーディングが正しくないようです。
しかし、この値を UTF8 または UTF16 でエンコードしようとするかもしれません。