JSF - database character encoding
- by wheelie
Hi there,
I have a Java Web application using GlassFish 3, JSF2.0 (facelets) and JPA (EclipseLink). The problem I'm facing, is that if I'm saving entities to the database with the update() method, String data loses integrity; '?' is shown instead of some characters.
The server, pages and database is/are configured to use UTF-8.
After I post form…