Returns the character set of the content type of the specified response object.
Syntax
getCharset( response )
response.getCharset( )
Parameters
response
|
the response object to use.
|
Returns
string
|
the name of the character set.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
if isNull( Response( ).getCharset( ) ) then
break
end
|