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.

Applies To

Session Object