On Sun, 16 Sep 2007, startxxx wrote:

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)..

Assuming the database character set is 'hebrew' and not 'utf8', have you encoded the content correctly prior to inserting it?

See java.lang.String(byte[] bytes, String charsetName)

--
Graeme -

Reply via email to