/ Published in: MySQL
URL: http://www.barattalo.it/2009/11/09/stop-utf8-problems-with-italian-characters/
- fields on db with utf8generalci collation
- make this query after any connection
- put meta charset utf8
- read and write strings without problems
Expand |
Embed | Plain Text
SET NAMES 'utf8';
You need to login to post a comment.
