I use Struts in my application and JSON. When I try to send Japanese characters, in my controller class I get a line like this:
さ ; た ; は ; ま ; ゃ ; ら ; (without spaces)
I have to convert it to Japanese characters, but I could not find how to do it!
Please help me?
source share