Web application character set properties

EAServer 4.1.2 introduces new Web application properties that enable you to specify input character sets. When the servlet engine initializes, it creates three mappings for each Web application, one for the input parameters, one for the input data, and one for JSP compilation as specified by these properties:

Property name

Specifies character set for

com.sybase.jaguar.webapplication.charset.inputdata

Input data

com.sybase.jaguar.webapplication.charset.inputparam

Input parameters

com.sybase.jaguar.webapplication.charset.jspcompile

JSP compiler option

For information on configuring these properties, see “Localizing Web applications” in Chapter 21, “Creating Web Applications,” in the EAServer Programmer’s Guide