ashutosh9910
Active member
- Joined
- May 13, 2005
- Messages
- 44
Hi all,
I am facing a strange problem.
I have an XML that feeds data to an aspx page that renders the corresponding xsl file.
Now the xsl and xml file contains data in Japanese language.
In xsl, this data is shown in Japanese characters and in xml, it is shown as junk characters.
Now as instructed, in order to display this xml on the aspx page, I am required to save the aspx page with encoding (Unicode - Codepage 1200)
I saved the same but still am not able to get the Japanese characters rendered. It still shows the junk characters.
How can I get the web page to display japanese characters ?
Thanks in advance
Ashutosh
I am facing a strange problem.
I have an XML that feeds data to an aspx page that renders the corresponding xsl file.
Now the xsl and xml file contains data in Japanese language.
In xsl, this data is shown in Japanese characters and in xml, it is shown as junk characters.
Now as instructed, in order to display this xml on the aspx page, I am required to save the aspx page with encoding (Unicode - Codepage 1200)
I saved the same but still am not able to get the Japanese characters rendered. It still shows the junk characters.
How can I get the web page to display japanese characters ?
Thanks in advance
Ashutosh