How to read CSV with thai font

I import to Chrome browser and see in Variables Tab.
It can’t read. [[“����”,“���ʡ��”,"�Ţ

How to use other lang with this ?
I use data in csv to fill form in web browser.

Reading CSV with Thai, Japanese, Chinese characters etc is no problem. Is your document in Unicode format?

If you can attach a Thai CSV file to this post we will test it.

See also

Here is a quick test macro that shows the Unicode support:

{
  "Name": "unicode test",
  "CreationDate": "2021-2-9",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://zh.wikipedia.org/wiki/%E6%A9%9F%E5%99%A8%E4%BA%BA%E6%B5%81%E7%A8%8B%E8%87%AA%E5%8B%95%E5%8C%96",
      "Value": ""
    },
    {
      "Command": "storeText",
      "Target": "id=firstHeading",
      "Value": "!csvline"
    },
    {
      "Command": "storeText",
      "Target": "id=siteSub",
      "Value": "!csvline"
    },
    {
      "Command": "storeText",
      "Target": "id=來源",
      "Value": "!csvline"
    },
    {
      "Command": "csvSave",
      "Target": "test1",
      "Value": ""
    }
  ]
}

Thank @admin For help.
Problem solve.