Sorry for coping my post, but I think my previows topic wasn't accurate
Name and version of the database I am using: Mysql 4.1.11
The problem is that when I try to fetch data from the Mysql server I get only garbidge considered that the data is (cyrilic charakters - unicode encoded utf8).
Code:
<property name="hibernate.connection.url"> jdbc:mysql://192.168.11.89/wfms</property>
<property name="hibernate.connection.useUnicode">true</property>
<property name="hibernate.connection.charSet">utf-8</property>
Well, I have a running Web application but I need a cyrilic support. However I could not supply it at this time. I've set utf-8 charEncoding on all my jsp documents. Also, as could be seen on the part of my hibernate.cfg.xml file I've added params to use utf-8 with jdbc connections. Moreover my tables are with default character set - utf8. I read all the related documentation I managed to find.
I'm out of ideas. Please give me some help if possible