I am trying to write XML output from my French-based data source by using .Net dataset’s WriteXML method. When I try to do that it should be:
<LASTNAME>Maréchal</LASTNAME>
But I have got the following:
<LASTNAME>Maréchal</LASTNAME>
Any idea what is going on? How to prevent that?
Thanx.
<LASTNAME>Maréchal</LASTNAME>
But I have got the following:
<LASTNAME>Maréchal</LASTNAME>
Any idea what is going on? How to prevent that?
Thanx.