Hi
When Dynamicweb saves an itemtype to the filesystem as an XML file it saves it as an UTF-8 encoded file. But in the mark up it says "UTF-16":
<?xml version="1.0" encoding="utf-16" standalone="yes"?>
Isn't this a bug? Wouldn't it make sense to change the markup to reflect the encoding the file is saved in?
It has the consequence that when you make a change to an itemtype XML document within Visual Studio and saves the file VS saves the file with UNICODE encoding. Now Git sees the file as a binary file which makes it difficult to compare the previous and current version of the file.