Wednesday, May 21, 2008

I resolved my own MySQL Unicode Problem

I just figured out what I did wrong: I forgot to specify character set in connection string. Once I added "charset=utf8" in the connection string, everything worked A OK.

0 Comments:

Post a Comment

<< Home