SyntaxFix
Write A Post
Hire A Developer
Questions
The following worked for me when having a similar issue lately:
$str = iconv('iso-8859-15', 'utf-8', $str);