Have you tried using directly unicode character? i.e.:

copyright=\u00A9 2014 Example, Inc.

If you don't want to use unicode characters you should use an xml file as bundle file.
Exactly! Quoting from the page you provided: "Java uses the standard character set ISO 8859-11 to encode text files like properties files. ..." (Note that this is a typo above---the author meant to say "ISO 8859-1", not "ISO 8859-11". The link to http://en.wikipedia.org/wiki/ISO/IEC_8859-1 in the text is correct, however.)

So according to that description, my FooterPanel.properties file is expected to be encoded in ISO-8859-1. And indeed it is, as I have repeatedly explained.

So I ask again: what is wrong with my current configuration?

Garret



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to