Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How set character set in ASP +

How set Charset in ASP+?
For example,we can use <%response.charset="gb2312"%> to set gb2312
charset,but in ASP+ I find this method not useful.Every Chinese words was
showed "??",It's why?
Thank u for u help!
[234 byte] By [Jobs] at [2007-11-9 16:24:21]
# 1 Re: How set character set in ASP +
Just use a text editor to open your file "config.web" from
X:\WINNT\ComPlus\v2000.14.1812 directory, and modify the globalization
section:

requestencoding="gb2312"
responseencoding="gb2312"

For more infomation, you can open the SDK document to find it.

Good luck!

SunADM@2K1007

"Jobs" <sunrise@szu.edu.cn> wrote in message news:39c4e374@news.dev-archive.com...
> How set Charset in ASP+?
> For example,we can use <%response.charset="gb2312"%> to set gb2312
> charset,but in ASP+ I find this method not useful.Every Chinese words was
> showed "??",It's why?
> Thank u for u help!
>
>
SunADM at 2007-11-11 23:26:01 >