06 Sep 2010 
Support Center » Knowledgebase » How to set character set in ASP script? 我如何於ASP程式內設定字符集?
 How to set character set in ASP script? 我如何於ASP程式內設定字符集?
Solution You can add following code as the first line of your ASP code in order to set character set in ASP script.
你可以加入以下程式碼到你的ASP程式內來設定字符集.


For Unicode (UTF-8)
使用於
Unicode (UTF-8)
<%@ CodePage=65001 %>

For Big5 (Chinese Traditional)
使用Big5 (繁體中文)
<%@ CodePage=950 %>

For GB (Chinese Simplified)
使用GB (簡體中文)
<%@ CodePage=936 %>

For Japanese
使用於日文
<%@ CodePage=932 %>

For Korean
使用於韓文
<%@ CodePage=949 %>

For Russian
使用於俄語
<%@ CodePage=866 %>


Article Details
Article ID: 6
Created On: 10 Nov 2007 07:44 AM

 This answer was helpful  This answer was not helpful

 Back
 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Downloads
Language:

Help Desk Software By Kayako eSupport v3.60.04