Define the default character encoding for each Web application in web.xml.
The following table lists the definition of default character encoding in the DD:
Table 2-25 Definition of default character encoding in the DD
Specified tags | Setting contents |
---|---|
<http-request>-<encoding> tag | Specify the character encoding to be used for request body and query decoding. |
<http-response>-<encoding> tag | Specify the character encoding to be used for the response body encoding. |
<jsp>-<page-encoding> tag | Specify the character encoding for the JSP file. |