Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Encoding problem of MSXML

From: YeJianWei@-----------.---------.---
To: NULL
Date: 12/9/2008 1:27:00 AM
Hi, guys, I had a problem with MSXML.
I was trying to create a xml document in memory and save it as a utf-8 
encoding file to disk, but I ended up with a ANSI encoding file:(, here is 
the code:

#import "msxml4.dll"
using namespace MSXML2;

MSXML2::IXMLDOMDocumentPtr pXMLDoc;
pXMLDoc.CreateInstance( __uuidof(MSXML2::DOMDocument40) );
pXMLDoc->loadXML( L"<?xml version=\"1.0\" encoding=\"utf-8\" 
?>\r\n<root>\r\n</root>" );
pXMLDoc->save( _variant_t("D:\\1.XML") );

I run this program under windows 2003 server R2 Simplied Chinese version 
with MSXML 4.0 SP2


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent