I have a string passed from an API, and in place of certain characters, this appears � instead of the original char ç. 
I've already tried html_entity_decode, utf8_encode, utf8_decode,htmlentities, etc..
Any idea what I can try? The string is originally encoded in UTF-8
