Forum Discussion

ekiza23's avatar
ekiza23
Contributor
11 years ago

Watch List and Spy Object have problems displaying ÚNICODE that can confuse when debugging.

Watch List will display unicode characters incorrectly. I discovered this when debugging some code that had strings with the UNICODE for GREATER THAN OR EQUAL TO.



Spy Object has this problem too.



In the Logs, it would display this character correctly correctly, when read from on-screen objects. The object spy, though was rendering it as "=". So was the watchlist.



To demonstrate this, put a breakpoint on the Log.Message statement below and Watch the "str" variable. Then continue with the test and inspect the test log.




Sub Test


  str = ChrW("8805")


  Log.Message(str)  


End Sub



Reported on TestComplete 9.31.3889.7

2 Replies

  • Hi Christian,

     


    I do observe this issue in TestComplete 9.31. However, in TestComplete 10.40, everything is fine.


    Do you plan to update your TestComplete version?


     

  • Hi, 



    We are planning to move to v10 in the near future, and since it is only a visualization thing, now that we know it, it is not to big of a problem. 



    I just wanted to report it here FYI.



    Best regards