Forum Discussion

avidCoder's avatar
avidCoder
Super Contributor
7 years ago

How to read chinese/french character from .json file to readyapi console?

I want to read chinese/japanese/french data from the .json file. Lets say, I have following json data: -

 

"language" : "マリオット リワー"

 

I want to read this data and print it to readyapi console. But I am trying to print the Value.. It comes like this..----

 

  • Wed Dec 13 14:44:36 IST 2017:INFO:["レã\u201A®ãƒ¥ãƒ©ãƒ¼ãƒ»ãƒ¬ãƒ¼ãƒˆ"]

 

is there any way it should print it like japanese characters? I have added this line in soapui-settings.xml --- >>

 

<con:setting id="UISettings@native-laf">true</con:setting> But it works only when I try to get it from external source (i.e excel).