Re: Accented characters replaced during parameter input

2009-07-29 Thread Vítor Souza
Thanks, it worked! But still I'm very curious as why the container behaves like this, if everything points to using UTF. This is really weird. Is this the expected behavior according to the Servlet/JSP specs? Anyways, life goes on. Thanks again. Vítor Souza Greg Lindholm-2 wrote: > > Just ha

Re: Accented characters replaced during parameter input

2009-07-29 Thread Greg Lindholm
Just had this question come up. Basically you need to add a character encoding filter that does a request.setCharacterEncoding("UTF-8"); before anyone reads the request. See this thread: http://www.nabble.com/Handle-Japanese-characters-from-jsp-page-into-ActionClass-td24686908.html On Wed, Jul