BBjJettyContextConfiguration::setEncoding
Description
In BBj 15.0 and higher, this method sets the encoding for the current Context
Syntax
|
Return Value |
Method |
|---|---|
|
void |
setEncoding(string encoding) |
Parameters
|
Variable |
Description |
|---|---|
|
encoding |
the encoding for the context |
Return Value
None.
Remarks
Examples of encoding are 'ISO 8859-1' and 'UTF-8'
Example
|