79637159

Date: 2025-05-24 20:52:27
Score: 0.5
Natty:
Report link

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!

Before enter image description here

After enter image description here

Reasons:
  • Whitelisted phrase (-1): i Had the same
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: starterProgrammer