Sets the character set of the content type of the specified response object.
Syntax
setCharset( response , string )
response.setCharset( string )
Parameters
response
|
the response object to use.
|
string
|
the name of the character set.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response.setCharset( cset )
|