Encoding To Utf8, I have some ÂÂ
问题 I realised a couple week ago that we had some weird character on some old listing that i have on our website i have some character like this  that are equal to a dualquote (") i have some character like â?? I want to repair them but i dont know how. Since when i use a preg_replace if i make this code $text = 'this is a listingTitle  with an encoding problem'; $test = preg_replace("/ÂÂ/",'"',$text); echo$test; $test will still have that encoding error in the string so it is like the