0 Replies Latest reply on Jul 31, 2006 1:47 AM by nepoez79

    jsf output utf8



      Hi,

      I used to use JSTL and it will escape all the html appropriately but still output UTF8 characters. After swtching to JSF, it still escapes fine, but all the UTF8 chars are escaped as well.

      Unless I set the escape attribute to false, but I don't want to do that eirtther. I need it to behave as JSTL did before, escaping all the malicious characters but still render the chinese/japanese/russian, etc ..

      Anyone have any idea on this problem?