Mysql doesn't recognize the language

Hello,

I’ve Mysql doesn’t recognize the non-English litter language I use in forms when I go to table data_instance I can’t find anything I wrote, but if I continue in English in one process the second one if I write in Mysql in other language Bonita in the second process read it from the database from this table data_instance.

So why bonita can read different language from the database, but it can’t write?any ideas…

If I use H2 database it works, but Mysql doesn’t…

It might be due to charset enconding configuration. Can you check which one is set on your database? Usually it’s recommended to use UTF-8 wherever it’s possible. You can check this post to see how to switch to UTF-8 an existing database and tables: http://stackoverflow.com/questions/6115612/how-to-convert-an-entire-mysql-database-characterset-and-collation-to-utf-8