|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Corrupted Double-byte characters in Windows 2003 / IIS 6.0
platform. Those double-byte characters (Japanese) retrieved from SQL server 2000 are corrupted. I am using Macromedia Dreamweaver MX as the development tool, by encoding webpage as "UTF-8" as the following, <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> I also add <% Response.CodePage = "65001" Response.Charset="utf-8" %> into my ASP page. But it does not solve the problem. My ASP pages are working perfectly in Windows 2000 server, but they are not working on Windows 2003 server (Web edition & Enterprise Edition). Is there anyone encountered the similar problems before ? I research the Microsoft website, no any questions on that. Thank you. |
|||||||||||||||||||||||