It could be so , some suggestions :

   - check the generated WAR file itself to make sure that your JSPs are
   indeed utf-8 encoded and not garbaged.
   - change the default locale in your system, if it works then it has to be
   in some library that just takes the default locale. The solution would be
   then to just configure/change it to use utf-8.

Regards,
          Youssef


On Mon, Aug 25, 2008 at 11:42 AM, alibehzadian <[EMAIL PROTECTED]>wrote:

>
> 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]
>
>


-- 
Regards, Youssef

Reply via email to