On Fri, 4 Apr 2008 13:03:56 +0300, "Mr. X."
<no_spam_please@[EMAIL PROTECTED]
> wrote, quoted or indirectly quoted
someone who said :
>I want to use MySql with Hebrew.
>I am using also Squirrel as a navigator.
>How can I use in mysql either Squirrel with Hebrew.
Often you can configure a database with which encoding it should store
the database. I think JDBC always uses Unicode. So if you are
writing in Java, I would think you don't need to do anything special
to fetch your data, just to display it, right to left, and to make
your layouts align the mirror of the usual.
see http://mindprod.com/jgloss/hebrew.html
for some tips on using Hebrew in Java.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com


|