Hi, I'm using LMD2016. In the method TLMDProjDocument.SaveToXML, a bad encoding value of "utf8" is provided to
LMDCreateXmlDocument.
I believe this value should actually be "utf-8".
This unknown encoding causes a problem when trying to read in the XML document with some other software.
I suppose that I can workaround this either by touching up the XML file after it is created or by inserting the hyphen into the LMDIdeProjMgr unit source code. If you have any other workarounds suggested, please let me know.
Thanks.
Comments