Hi,
in my project I have to insert Greek strings in a table in my database (MySql 4.1.6-GAMMA).
I use Hibernate to map those tables. However, whenever I try to save a String the String is not saved correctly in the Datatbase.
Do I have to do something special in the Hibernate or Java code?
Do I have to do something special in the MySQL DB table declaration?