i Had the same issue on opencart to show a title on Portuguese language. i tried many ways but it does not help...
and then try below code and it is worked
$string = 'SEDEX em até 3 dias úteis';
html_entity_decode($string);
and then will show correct!