Unable to store text if text is in Chinese Language

Hi, UI.Vision RPA uses Unicode by default, so I am not sure what goes wrong in your case. => Do you have a test macro for me?

In my own test (Firefox and Chrome, Windows 10) all works fine:

{
  "Name": "csv",
  "CreationDate": "2020-3-31",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://zh.wiktionary.org/wiki/%E5%9F%BA",
      "Value": ""
    },
    {
      "Command": "storeText",
      "Target": "id=firstHeading",
      "Value": "t"
    },
    {
      "Command": "store",
      "Target": "${t}",
      "Value": "!csvline"
    },
    {
      "Command": "csvSave",
      "Target": "ch1.csv",
      "Value": ""
    }
  ]
}