In one part of my site, some accent characters (é,à...) are replaced by black question marks. It is for sure some encoding character but the thing is that everywhere the site displays well, except for the $html
variable whose accent are corrupted and which is set this way
$html = <<<EOF
<div>...
<header>...
EOF;
What is weird is that on my local machine, everything goes well but on my remote machine, it is failing. For information, I correctly set this <meta charset="utf-8">