I am reading data from an XML sheet coming out of a database. In the raw output I am coming accross this character "???" which is the UTF-8 string meaning "?". Doing a simple search and remove with str_replace does not do the trick when searching for "?" or "???". Is there any other way to remove this character from a string?