Search:

Type: Posts; User: Sean4u

Search: Search took 0.35 seconds.

  1. Replies
    4
    Views
    1,947

    [SOLVED] Re: inserting utf8 data into DB

    On the offchance it helps, I found an old config file from MySQL from a defunct Java project where I had similar problems. You need to specify utf8 for both the database and client connections. Here...
  2. Replies
    4
    Views
    1,947

    [SOLVED] Re: inserting utf8 data into DB

    What encoding is your JVM using? System.getProperty("file.encoding") should tell you. Problems like these are usually caused by mismatched encodings on your platforms.
Results 1 to 2 of 2