[ https://issues.apache.org/struts/browse/STR-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Benedict updated STR-2823:
-------------------------------
Fix Version/s: 1.4.0
Assignee: (was: Struts Developers)
> In case of multilingual content the content type is not taken into account
> --------------------------------------------------------------------------
>
> Key: STR-2823
> URL: https://issues.apache.org/struts/browse/STR-2823
> Project: Struts 1
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.2.9
> Environment: Operating System: All
> Platform: All
> Reporter: Clifford
> Priority: Minor
> Fix For: 1.4.0
>
>
> When we are developing multilingual websites, even though we set the content-
> type to UTF-8 using the jsp page directive, the encoding defaults to Latin-1.
> The workaround is to set the encoding to UTF-8 in the ActionForm.reset method
> using the
> CODE:
> request.setCharacterEncoding("UTF-8"); method
> Is there a config parameter to force the struts framework to use the content-
> type supplied by the JSP page.
> Kind regards,
> Cliff
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|