I have a Spring App with Tomcat and MySql who runs with no problems in Windows, but when it's running on Linux server, special utf-8 characters (like spanish Ñ) are saved in Mysql table with the ? symbol. If I change this character directly on the database, it's correctly showed by the app. It's when I save the object using the app when the Ñ is replaced by the ?
Other apps are running on the same server and they don't have this issue. The data base has the UTF-8 charset/collation.
Can anybody help? Thanks a million!