On 6/9/06, Mert Çalışkan <[EMAIL PROTECTED]> wrote:
Do you have a character encoding filter to set the character encoding of request and repsonse to UTF-8.you can use the one in spring (org.springframework.web.filter.CharacterEncodingFilter) , or implement one of your own..Regards,Mert.
On 6/9/06, Hazem Saleh <[EMAIL PROTECTED] > wrote:I have a question about JSF bundles. I want to use f:loadBundle tag to load the Arabic language but it displays strange characters in the browser. Although1. I had converted the bundle file to (UTF-8) instead of (ISO).2. I've also changed the TomCat catalina.bat to include -Dfile.encoding="UTF-8" when starting Tomcat.
3. <% @ page language="java" pageEncoding="utf8" contentType="text/html; charset=UTF-8" %> setted the jsp page encoding to UTF-8.Have I have to do anything else? or I will have to make my own loadBundle tag library to convert ISO to UTF-8.Thanks very much

