To fix this issue, you need to make the following changes:
- Add these 2 properties to your JDBC connection.
- Re-configure the server to use UTF-8 instead of ISO-8859-1 as default coding. Using GlassFish, you simply need to add the following line to your project's
glassfish-web.xml
file:
Note: To have a better understanding of how to properly handle Unicode characters in JSF, please refer to the following article by BalusC: Unicode - How to get the character right?
No comments:
Post a Comment