0

I use KATALON version 5.3.1. When I load data with String texttomanipulate = data.internallyGetValue where TestData data = findTestData("xxx"). texttomanipulate doesn't show char with accents corectly! The 5.3.1 version should be UTF8 ?

If yes, there is a bug or something I miss ? If not, is there a solution?

E.Racineux
  • 88
  • 5

2 Answers2

2

After additional tests:

If data source text with accents (french in my case) come from internal Katalon variables -> OK, Data file type xls (97-2003 format) -> OK but Data file type CSV -> NOK (Ok in katalon UI but not at execution

E.Racineux
  • 88
  • 5
0

According to knowledge base, Unicode characters are unsupported.

Katalon Studio Console mode cannot display Unicode characters due to Windows CMD doesn't support UTF-8 encoding
plaidshirt
  • 5,189
  • 19
  • 91
  • 181