I had problems with my list grids not showing diacritics correctly and I found out that when I inserted from java into the DB the values were already bugged.
A post here helped and I changed my project properties -> Text encoding -> other -> UTF-8 and this fixed my problem. The thing is this only fixes my problem locally.
What I need to do is on my Jboss server also set the encoding somehow. I can only access this panel because I can't access the configuration files directly. Can I do it from here?
Any suggestions are appreciated and sorry for this dumb question but I tried everything I could think of with no success. Thanks.
This may help you https://community.jboss.org/message/643825#643825
Maybe this will be useful for someone:
Window > Preferences > General > Workspace > Text file encoding
You can create a Filter that intercepts each request in your application, so into this filter you can set the character encoding. There is a thread to this at developer.jboss. The Filter can be as follow:
To be quite sure, you have something with pageEncoding like this?