ASP CodePage Attribute
Definition and Usage
The CodePage attribute specifies the character set used when displaying dynamic content.
Example:
- 1252 - American English and most European languages
- 932 - Caratteri Cinesi Giapponesi
Sintassi
Session.CodePage(=Codepage)
Parametro | Descrizione |
---|---|
codepage | Definisce la pagina di codice (charset) per il sistema che esegue il motore di script. |
Esempio
<% Response.Write(Session.CodePage) %>
Output:
936