18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Using extended or accented characters
I'm trying to match a text string with the contents of a list component on a web page. The list contains the names of Canadian provinces including Québec. I use a CSV file to provide data to the data drive function. The CSV file contains Québec.
The Sahi script work with the other entries but fails with this one. In the error log, the software uses a different character set and the text appears as Qu�bec. No match for this can be found in the List component and the test fails.
Is there a way I can control what character set is being used or how that character is interpreted by Sahi?
Thanks,
Mike.
The Sahi script work with the other entries but fails with this one. In the error log, the software uses a different character set and the text appears as Qu�bec. No match for this can be found in the List component and the test fails.
Is there a way I can control what character set is being used or how that character is interpreted by Sahi?
Thanks,
Mike.
Comments
Launch Notepad>> Open the CSV File>> Now click on Save As >> Select "Encoding" as UTF-8 before saving it.
It should work now.
Regards
Sumitra