Re: UTF8 problem

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Fri Jun 01 2007 - 14:09:32 EDT

  • Next message: Fredrik Liden: "RE: UTF8 problem"

    On Jun 1, 2007, at 8:44 PM, marco turchi wrote:

    > Dear Andrus,
    > I have not the admin privileges, so I cannot use mydb :-(
    > I'll ask to the administrator to check it for me.

    You need to replace "mydb" with the actual name of your database.

    > Should I add the "useUnicode=true" parameter in the same place of
    > "characterEncoding=UTF-8"?

    Yes, this is a part of the JDBC URL. You can also use them both at
    the same time: jdbc:mysql://....?characterEncoding=UTF-8&useUnicode=true

    Andrus



    This archive was generated by hypermail 2.0.0 : Fri Jun 01 2007 - 14:10:05 EDT