You need the following line at the top of your jsps: <%@ page language="java" pageEncoding="utf-8" contentType="text/html;charset=utf-8" %> .
.. and .. you can see here if you didn't miss a step (it helped mysel recently): http://blogs.warwick.ac.uk/kieranshaw/entry/utf-8_internationalisation_with. Hope that helps. -- Marc 2008/8/25 alibehzadian <[EMAIL PROTECTED]> > > In meta.jsp (that is included in every JSP) I have the following line: > <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> > > and my IDE is set to use UTF-8 as its encoding. Even I set encoding > manually > to UTF-8 (with some tools) and then rebuild the project and still have the > problem. > > I guess the problem is related to order of filters or is related to > sitemesh? > > Thanks, > Ali Behzadian Nejad. > > > -- > View this message in context: > http://www.nabble.com/I18N-Problem-tp19132153s2369p19139967.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >