I want to merge two XML documents with WinMerge but the file content is displayed as Chinese characters.
Here my XML (Edited with VS Code): File 1:
<?xml version="1.0" encoding="utf-16"?>
<Object>
<TestProperty>Test2</TestProperty>
</Object>
File 2:
<?xml version="1.0" encoding="utf-16"?>
<Object>
<TestProperty>Test</TestProperty>
</Object>
I´ve tried to change CodePage to UTF-8 and to Unicode but nothing changed. Here a Picture of WinMerge: