CodePage
The CodePage property determines the codepage that will be used to display dynamic content.
Syntax
Session.CodePage(=Codepage)
Parameters
Codepage
An unsigned integer that represents a valid codepage for the system that is running the ASP scripting engine.
Remarks
A codepage is a character set that can include numbers, punctuation marks, and other glyphs. Different languages and locales may use different codepages. For example, ANSI code page 1252 is used for American English and most European languages; OEM code page 932 is used for Japanese Kanji.
A codepage can be represented in a table as a mapping of characters to single-byte values or multibyte values. Many codepages share the ASCII character set for characters in the range 0x00 – 0x7F.
Session.CodePage
原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]
相关文章:
- 同一个用户不允许同时登陆两次(2007-11-15 1:17:43)
- asp重定向-response.redirect和server.transfer(2007-10-24 9:18:30)
- vbscript Replace 函数(2007-10-21 4:33:2)
- vbscript:日期格式常数(2007-10-10 7:30:49)
- For...Next 语句(2007-10-4 9:43:2)
- Chr 函数(2007-10-2 9:21:42)
- vbscript InputBox 函数(2007-9-24 8:25:19)
- CCur 函数(2007-9-20 6:10:44)
- vbscript:字符串常数(2007-9-19 1:12:22)
- While...Wend 语句(2007-9-12 4:58:27)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
