Re: UTF8 problem

From: marco turchi (marco.turch..mail.com)
Date: Sat Jun 02 2007 - 14:23:57 EDT

  • Next message: marco turchi: "Re: UTF8 problem"

    :-(
    I have found the problem.....
    Server characterset: latin1
    Db characterset: latin1
    Client characterset: latin1
    Conn. characterset: latin1

    all the characterset are latin1 and not UTF8... it is a tragedy!!!!!!
    If I do not misunderstand, I need to recreate the db using the utf8
    characterset. Is it possible to change now the characterset without
    recreate the db??

    Thanks a lot for your time
    Marco

    On 6/1/07, Andrus Adamchik <andru..bjectstyle.org> wrote:
    >
    > 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 : Sat Jun 02 2007 - 21:31:02 EDT