1 Reply Latest reply on Apr 2, 2008 8:42 AM by ilya_shaikovsky

    Character encoding problem

    technocrat

      I have a strange issue.I was trying to port my application to chinese.I am using myfaces 1.1 and ajax4jsf.The application works well in tomcat.In weblogic instead of chinese characters, '???' are displayed.When i checked the character encoding its coming as 'ISO-8859-1'.But I have specified the charset and page encoding as UTF-8 in my page.
      I have written a PhaseListener to check the encoding and found that the response character encoding is UTF-8 before render response phase and its changed to ISO-8859-1 after render response.The same war when deployed in tomcat behaves correctly.There its UTF-8 in both places...

      What could be wrong ? please help.....