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.
UTF8文字を含むテキストボックスを持つjspページがあります。javascript で値を取得すると、%u05EA%u という形式になります。Java で理解できる文字列に戻すにはどうすればよいですか? ありがとう。
そもそもどうやってそれを手に入れているのかわかりませんが、このバンドエイドをjavascriptで使用できます:
unescape('%u05EA'); //"ת"
ただし、元の問題を修正することをお勧めします。