UTF-8 Encoding ; Only some Japanese characters are not getting converted

后端 未结 3 393
野的像风
野的像风 2020-12-10 14:52

I am getting the parameter value as parameter from the Jersey Web Service, which is in Japaneses characters.

Here, \'japaneseString\'

3条回答
  •  一个人的身影
    2020-12-10 15:24

    Try with JVM parameter file.encoding to set with value UTF-8 in startup of Tomcat(JVM). E.x.: -Dfile.encoding=UTF-8

提交回复
热议问题