webtier@glassfish.java.net

Re: JSF 2.0 utf-8

From: <webtier_at_javadesktop.org>
Date: Thu, 16 Jul 2009 08:45:28 PDT

It is in properties format.

I have debugged the source, and in RenderKitImpl.java, i found this:

 if (characterEncoding == null) {
            characterEncoding = RIConstants.CHAR_ENCODING;
        }

At this point, characterEncoding is UTF-8. Yet, on the page, characters are gibberish.
[Message sent by forum member 'gabox01' (gabox01)]

http://forums.java.net/jive/thread.jspa?messageID=356035