This is on pocket pc. I’m using httpwebrequest to connect to a classic asp page to send and receive requests/responses. It was working fine all these years for almost 8 years, but now there are some special characters like “Tokaji Aszú Apple”, note the ‘u’ is different. The response replaces ‘ú’ with ‘?’.
I need to have it as-is.
I verified it with a test.asp page and browsed it from browser, it displays correctly.
<%
response.write "Tokaji Aszú Apple/ Fuji"
%>
but when I call the same page using httpwebrequest the response has ‘?’ instead of ‘ú’.
Not sure where to begin.
Because it’s old Asp try this one
ASP CODE:
and the following HTML META tag: