I have a string as shown below
$string1="then & add â...“ to";
The special ascii characters â “ Â etc. causing errors.
So i want to know there is any default function or ways to remove such characters?
expected output after processing :
$string1="then & add … to";