0 Replies Latest reply on Nov 5, 2005 12:41 PM by hlehtimaki

    MySQL  + Hibernate + Scandinavian characters

    hlehtimaki

      Hi,

      I'm having problems with scandinavian characters such as ä and ö (a and o with dots above). They look nice when looked with MySql Query Browser, but as soon as I read them with Hibernate they are replaced with question marks (?). I tried adding some character encoding parameters to the MySQL/JDBC url (in mysql-ds.xml), but I guess I was doing something wrong beacuse after that MySql refused to start at all.

      Any ideas what I should do to get those *** characters right?

      Harri