Enforcing Response Character set
Hi,
I've tried to internationalize my webapplication. Adding every JSP
Code:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
does not do the trick, as WebFlow still renders them as latin-1.
I'm using SWF 2.0.1, and Spring 2.5.4. I render the pages using the Tiles2 engine.
The pages using only Spring-MVC are rendered correctly, the ones with SWF involved does not.
Do I have specify the charset somewhere else? Is there a way, through some listeners, or something to enforce utf-8?