0

I need use Chinese Chars in SoapUI Pro [DataSource Step] - [Data Connection] SQL Query command, but it shows junk characters here and the query result is null, how to handle this issue?

The SQL Query as below: SELECT id FROM configs_account WHERE NAME=TRIM("apitest_ValidData_使用中文作为名称");

see screenshots for details

Silence He
  • 69
  • 10
  • 1
    Did you check encoding? Maybe [this question](https://stackoverflow.com/questions/35747109/where-do-i-set-character-encoding-in-soapui-preferences) is relevant.. – ventiseis Apr 14 '19 at 19:41

1 Answers1

0

this can be solved by update editor font setting:

File -> Preferences -> Editor Settings

Editor Font = Microsoft YaHei UI Light

Silence He
  • 69
  • 10