$string = "C-Tru Process Equipments P’ship";
echo html_entity_decode($string);
I expect to get: C-Tru Process Equipments P’ship
result but the output is C-Tru Process Equipments P’ship
I put my string into https://mothereff.in/html-entities and this shows me the result perfectly, my file with the string is UTF8 formatted.