unidcode utf-8 in iis 6.0 win server 2003
Hi there,
I am developing a web application where i need to display different character like chinese malay etc, and english iam using this code snippet to dispay the native character
<%@ CodePage=65001 Language="VBScript"%>
<%
Response.CodePage = 65001
Response.CharSet = "utf-8"
and it working fine but the problem is when i try with english character and save and retrive data for the database some character r missing like if i keyin "testing" or "123test" save and retrive i get output "esting" "23es" but the chinese character r working fine can any body suggest me the solution iam using window 2003 server with iis 6.0 for my development,
the most amazing point is i try the same code in my desktop which as win xp with iis 5.1 and it working perfectly no missing character....
regards
cyus
cyus
|