allenj2020
8 years agoContributor
Support for UTF-16 XML?
I have an XML checkpoint on a file that gets exported from our application. Development just changed the XML format to UTF-16, and now TestComplete gives me an error if I try to check or even add that file:
---------------------------
TestComplete
---------------------------
The document is invalid. Error: Switch from current encoding to specified encoding not supported.
---------------------------
OK
---------------------------
The file used to start with <root>, now it starts with
<?xml version="1.0" encoding="utf-16"?>
Does TestComplete even support this encoding? If so, how?
Thanks.
Allen