John Deligiannis wrote:
> Hello,
> 
> I have an applet that uses mysql. I have added support for greek
> and for data that are already in mysql, it works fine. When I add
> other from my applet it prints "????".
> Another thing is that I construct a table from the resultSet using
> two (String) vectors. The table headers come out unreadable.
> Is there any procedure that I need to add in order to work?
> 
> Thank you
> 
> John

The secret is in the README file (as usual) :)

Add "useUnicode=true&characterEncoding=BLAH" where BLAH is whatever 
character encoding you are using (ISO8859-1, UTF-8, etc).

        -Mark


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to