Steps:
1) Open a page which has non ascii characters - eg.
www.google.com -(observe the 'more »' button).
2) Synchronize the Wet UI's Simulated browser with this google page.
Expect:
View on simulated browser matches the real browser's view.
Actual:
Same.
so far..
3) Click on the 'more »' button in the simulated browser view, choose any function and in the function dialog change the view from object_depot view to 'full definition view' - click on Add
4) Open the tab for script view generated in the transaction page of the test definition.
Expect to see:
Browser("title:=Google").Link("text:=more »").check_exists
Actually see:
Browser("title:=Google").Link("text:=more ").check_exists
It appears that when we do a LoadXml() method, the encoding is ignored.