Change the character set for a language
The character set used for response to the user is stored in the database. For a portlet to be rendered correctly, the language of the portlet must be supported by the character set of the portal. We can change the character set for a language using the Supported Markups portlet...
Administration | Portal settings | Supported markups | markup | Edit selected markup | Set locale-specific settings | language | Edit setting
The character set used is written to the HTTP header of the response stream. The default encoding is UTF-8. If it is set to another encoding, we can force the default encoding by setting the JVM parameter...
default.client.encoding=UTF-8
Parent Language support