chandan04ku
2 years agoNew Contributor
Japanese text
While trying to add japanese text in DataSource while doing API testing. Japanese text get encrypted automatically in AWS-Windows machine. Can you please suggest how can we resolve it.
Go to bin directory of ReadyAPI installation
Open readyapi.bat (or.sh), depending on your platform.
You should be able find JAVA_OPTS, then you can add there below line in a new line
set JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding="utf-8" - on windows
export JAVA_OPTS=$JAVA_OPTS -Dfile.encoding="utf-8" - on linux
Save the file, start ReadyAPI using readyapi.bat( or .sh) utility.
NOTE: have backup of readyapi.bat /.sh file before making the above changes.