Language Parameter

This topic describes the parameter used to specify the character set encoding for a web application.

See Also
Framework.properties
Application Server Files
Building the J2EE Archive File

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>