Response Object
All Collections
All Methods
All Objects
All Properties
PROPERTY: Response.Charset
The
Charset
property adds the name of the character set to the content-type header contained in the response object. Unfortunately,
CharSet
will accept any string, vaild or not, for the name. The default character set is ISO-LATIN-1, except on the Macintosh where the default is the Macintosh character set.
In the example, if the header is:
content-type: text/html
Then the header will become:
content-type: text/html; charset = MS_Kanji
Code:
<%
Response.Charset
("MS_Kanji") %>
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information