ASP Charset Property
Complete Response Object Reference
The Charset property appends the name of a character-set to the
content-type header in the Response object. Default character set is
ISO-LATIN-1.
Note: This property will accept any string, regardless of whether it
is a valid character set or not, for the name.
Syntax
|
response.Charset(charsetname)
|
| Parameter |
Description |
| charsetname |
A string that specifies a character set for the page |
Examples
If an ASP page has no Charset property set, the content-type header would be:
If we included the Charset property:
|
<%response.Charset="ISO-8859-1"%>
|
the content-type header would be:
|
content-type:text/html; charset=ISO-8859-1
|
Complete Response Object Reference

Whether you're new to XML or already an advanced user,
the user-friendly views and powerful entry helpers,
wizards, and debuggers in XMLSpy are designed to meet your XML
and Web development needs from start to finish.
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator & taxonomy editor
- Support for Office Open XML (OOXML)
- Graphical WSDL editor & SOAP debugger
- Java, C#, C++ code generation
- And much more!
Download a free trial today!
|
|
|
|