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.
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.