I had this previously in my normal mysql_* connection:
mysql_set_charset(\"utf8\",$link); mysql_query(\"SET NAMES \'UTF8\'\");
Do I need it
$conn = new PDO("mysql:host=$host;dbname=$db;charset=utf8", $user, $pass);