I'm working with XML.
I'm received an XML like this:
<ajax-response>
<response>
<item>
<number></number>
<xxx>N?o ok</xxx>
<error>null</error>
</item>
</response>
</ajax-response>
on xxx value is "n?o ok",but how I convert from "N?o ok" to "N?o ok"?
I know that the codification is utf8(1252) but how set this in output xml?
I tryed setting in request:
client.Encoding = Encoding.UTF8;
but does not works.
Thanks in advance!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…