This topic describes the parameter used to specify the character set encoding for a web application.
ematrix.encoding—This parameter specifies the character set encoding and should be set to UTF-8.
<context-param id="ContextParam_#"> <param-name>ematrix.encoding</param-name> <param-value>UTF-8</param-value> </context-param>