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";
...? There is a special character that represents ellipses, but I don't know if that's what you mean or just showing "other characters go here".