Can't Display Unicode Variable in ASP

E

ElaineB

Hi,

I have a problem about displaying unicode variable in ASP web page.
Such that I have the following code :

...
<%Session.CodePage=65001%>
<head>
<title>Gold Club</title>
<meta http-equiv="Content-Type" content="text/html"; CHARSET=utf-8">
<link rel="stylesheet" type="text/css" href="/css/default02.css">
</head>
...
...
<%
response.write(title)
%>
...


Where "title" is a variable assigned with some Simplified Chinese
Characters, but which cannot be displayed correctly in the web.

However, all sql and html characters which containing Simplified Chinese
Characters can display correctly.

Thanks for anyone who can help me to solve the problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top