CodePage

The CodePage property determines the code page that will be used to display dynamic content.

Syntax

Session.CodePage(=Codepage)

 

Parameters
Codepage
An unsigned integer that represents a valid code page for the system that is running the scripting engine.
Remarks

A code page is a character set that can include numbers, punctuation marks, and other glyphs. Different languages and locales may use different code pages. 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 code page can be represented in a table as a mapping of characters to single-byte values or multibyte values. Many code pages share the ASCII character set for characters in the range 0x00 – 0x7F.

Applies To

Session Object