/ Published in: MySQL
If you are trying to extract utf8 encoded data from mysql, and it isn't working properly, try executing this command on your mysql connection prior to your select statement.
Expand |
Embed | Plain Text
SET NAMES 'utf8'
You need to login to post a comment.
