28 Mar
2006
28 Mar
'06
5:52 p.m.
- Tell phpMyAdmin users to create their db in utf-8 encoding (or have it created as such by the host). Will need clear and easy to find docs/instructions.
Would something like this work for every table in database/database.mysql? ) TYPE=MyISAM CHARACTER SET utf8; This would work in mysql command line as well as any PHPMyAdmin. Or is it not enough?