Go back to list of previously asked questions and answers
Question: |
In my ASP page, I am calling a Web service that returns an XML document. This XML document contains international (Japanese, Greek, Chinese, etc.) characters. I need to extract some data from this XML document and send to the browser client as part of other surrounding HTML text. I am able to select the node, but if I use nodeTypedValue or text property to do Response.write, it converts the international characters into question marks (?). How can I preserve the international characters? |
Asked By: |
Bill |
Viewed: |
13613 |
Answer: |
Instead of using the |
Go back to list of previously asked questions and answers
|