
BBjHttpRequest::getCharacterEncoding
Description
In BBj 12.0 and later, this method returns the character encoding used by the client to create this BBjHttpRequest.
Syntax
Return Value |
Method |
String |
getCharacterEncoding() |
Parameters
None.
Return Value
a string containing the character encoding
Remarks
The example below shows getting the character encoding of a request within a BBjServlet.
Example
|