Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TLMDProjDocument.SaveToXML hardcodes bad XML encoding value

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.
Tagged:

Comments

Sign In or Register to comment.