UTF8 « MySQL « JPA Q&A





1. UTF8 - Hibernate/MySQL weirdness    stackoverflow.com

I have a db in production where all of my tables are using utf8 / utf8_general_ci encoding. This is basically working fine except in one scenario. What happens is that ??? are ...

2. hibernate + mysql5 + utf8    forum.hibernate.org

Hi ! I am using hibernate 3.0.3 to read from a mysql5.0 UTF8 charset database. I inserted (by phpmyadmin) some russian words in different fields, and then I read them with my application (hibernate+myfaces). I read cyrillic fonts correctly, but if I write new words and I save them via Hibernate, they are not saved correctly. I read a lot of ...

3. MySQL utf8 problem    forum.hibernate.org

4. Create InnoDB by utf8 charcterset MySQL    forum.hibernate.org

Hi EveryOne, I am newbi in Hibernate :P I wanna make Mysql table that have InnoDb type and charset utf8 but I don't know where I shoud set the setting. I see some where said that must set (delimiter=type=InnoDB) but where? (I just have a hibernate.cfg.XMl no any .xml file for hibernate) i dun want set mysql.ini file that default setting ...