Hi there,
I was wondering if anyone could help me with the following problem.
I have a page set up to display various foreign language characters using:
<%@ Language=VBScript CodePage=65001%>
And
Response.charset = "utf-8"
The web page displays everything fine.
However when I stream the page to MS word using Response.ContentType="application/msword", the foreign language characters are replaced by garbage.
Interestingly, when I cut and paste directly from the original web page to Word, the characters are displayed correctly.
Any advice would be grately appreciated. Thanks
Jay
I was wondering if anyone could help me with the following problem.
I have a page set up to display various foreign language characters using:
<%@ Language=VBScript CodePage=65001%>
And
Response.charset = "utf-8"
The web page displays everything fine.
However when I stream the page to MS word using Response.ContentType="application/msword", the foreign language characters are replaced by garbage.
Interestingly, when I cut and paste directly from the original web page to Word, the characters are displayed correctly.
Any advice would be grately appreciated. Thanks
Jay
