Hello, I’m writing a webtest to test input and display of ASCII characters. It worked fine before until recently we had software upgrade and webtest update as well. First, ASCII characters display wrong, we fixed that problem. Now the characters display fine in the software UI, but display wrong in webtest error page. For example, the character Æ is displayed as � on the webtest error page. Does anyone know what causes that? How should I make it display the same as the original input, so my tests could run?
Thank you! Lily

