The character  shows up multiple times on my parsed strings. I tried to get
rid of it with the following code without success. Is that character
represented by anything else? Thanks
$bad_chars = array(chr(194), 'Â');
str_replace($ba d_chars, '', $parsed_string)
rid of it with the following code without success. Is that character
represented by anything else? Thanks
$bad_chars = array(chr(194), 'Â');
str_replace($ba d_chars, '', $parsed_string)
Comment