Sets the content encoding of the specified response object.
Syntax
setContentEncoding( response , string )
response.setContentEncoding( string )
Parameters
response
|
the response object to use.
|
string
|
the content encoding.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response.setContentEncoding( cencoding )
|