I am using Facelets as well, and we define the encoding in the XML prolog at the top of the layout template file, as such:
<?xml version="1.0" encoding="UTF-8"?> Roger Alix-Gaudreau -----Original Message----- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Friday, March 09, 2007 3:44 PM To: MyFaces Discussion Subject: How to set response character encoding? Hello, i am trying to figure out how to set the response character encoding in my jsf pages. I am using MyFaces+Facelets, the response by default seems to be iso8859-1 and i'd like to set it to UTF-8, where do i configure this? Thanks

