The database seem to hold hebrew text if I add it using the mysql query browser and the hebrew values show fine when selected from my application using iBatis - so I have all reasons to believe it's not a mysql setup issue (unless I'm missing something in between the lines)..
Richard Yee wrote: > > Did you set up Hebrew as the server charset for mySQL? Did you create > the table and specify hebrew as the character_set. Have you read section > 10.4 of the MySQL Reference Manual (Connection Character Sets and > Collations (ver. 5.1)) > > -Richard > > > startxxx wrote: >> I am trying to insert hebrew text with iBatis and the db (mysql) stores >> ??? >> instead. Changing the db value to hebrew proves that my iBatis setup can >> read hebrew (select) with no problems, the problem is only with inserts. >> Any >> clue where I should be looking now?... >> > > > -- View this message in context: http://www.nabble.com/Trying-to-insert-hebrew-text%2C-mysql-stores-----instead-tf4449744.html#a12697634 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
