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
-- Entire Support Site --
Knowledgebase
Downloads
Article Options
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Downloads
Language:
English (U.S.)
繁體中文
简体中文
Help Desk Software By Kayako eSupport v3.60.04