[ https://issues.apache.org/jira/browse/PLUTO-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545827 ]
Craig Doremus commented on PLUTO-446: ------------------------------------- This patch does not work because the CONTENT_TYPE value is not set in doGet(). Also, can you copy over the commented out 'charset' init-param in web.xml from Pluto 1.0.1 source code? Please test this when you have done these changes. Also, you should be aware that individual portlets can set their content type (and charset) using RenderResponse.setContentType(). > No way to set default page encoding for Pluto > --------------------------------------------- > > Key: PLUTO-446 > URL: https://issues.apache.org/jira/browse/PLUTO-446 > Project: Pluto > Issue Type: Bug > Components: portal driver > Affects Versions: 1.1.4 > Reporter: miceuz > Attachments: pluto-encoding.diff > > > i want pluto to use UTF-8 as a default encoding for web pages as by default > it uses ISO-8859-1. > I've red > http://portals.apache.org/pluto/userguide/portal.html#Internationalization > but it seems to be outdated, as in pluto 1.1.4 web.xml i don't see a "pluto" > servlet defined. > I've tried to put init parameter to plutoPortalDriver servlet with no luck: > <servlet> > <servlet-name>plutoPortalDriver</servlet-name> > <display-name>Pluto Portal Driver</display-name> > <description>Pluto Portal Driver Controller</description> > <servlet-class>org.apache.pluto.driver.PortalDriverServlet</servlet-class> > <init-param> > <param-name>charset</param-name> > <param-value>utf-8</param-value> > </init-param> > </servlet> > The question is how do i set default encoding to pluto generated web content? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.