Prop Codepage
# ASP CodePage Property
* * Complete Session Object Reference Manual](#)
* * *
The CodePage property specifies the character set used when displaying dynamic content.
Some examples of code pages:
* 1252 - US English and most European languages
* 932 - Japanese Kanji
### Syntax
Session.CodePage(=Codepage)
| Parameter | Description |
| --- | --- |
| codepage | Defines the code page (character set) for the system running the script engine. |
### Example
Output:
1252
* * Complete Session Object Reference Manual](#)
YouTip