Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Writing XML in UCS-2 encoding

From: "Julian F. Reschke" <julian.reschke@-----------------.-->
To: NULL
Date: 7/7/2006 10:59:00 AM

satv73@g... schrieb:
> Thanks for the reply.  But I am still getting stuck.
> 
> I have to generate a short xml in UCS-2 format.  The thing is, the app
> should work on all the windows OS [98SE and above].  Since its short, I

Any reason why you can't use MSXML.DLL?

> wanted to write it using a c program.  For the discussion, let me take
> the following short xml example.
> The functions i have will take care of writing the tags.  though it
> says encoding is ucs-2, it still writes contents in normal text.
> 
> <?xml version="1.0" encoding="ucs-2" ?>
> <cx>
> <session>
> <details>
>    <os>Win98</os>
> </details>
> </session>
> </cx>
> 
> My app currently writes it as it is [no unicode conversion].  If I want
> to write the same in UCS-2 format [or atleast on UTF-16], what should I
> do? I thought of using MultiByteToWideChar() api, but I am not clear.
> But can anybody help me in providing a short snippet of code or
> something for me to understand?
> 
> Also, is there a tool to validate whether the xml is really written in
> UCS-2 or UTF-16?

How about running the document through a conforming XML parser?


transparent
Print
Mail
Digg
delicious
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