IEF Encoding

This section defines the property used to specify encoding.

Encoding is configurable to provide suitable encoding based on the browser's support. The browser's (Internet Explorer/Mozilla) default JVM (Java Virtual Machine) can support only a particular set of encoding; verify JVM support before setting this property. By default this property is set as UTF8 in the ief.properties file:

mcadIntegration.MCADCharset=UTF8  

In addition to setting this property, you need to change the value of char set in contentType page directive from the common include file MCADTopInclude.jsp located in the <Server Install directory>\STAGING\ematrix\integrations directory.

%@page contentType="text/html; charset=UTF-8"%