I\'m having this problem with UTF8 string comparison which I really have no idea about and it starts to give me headache. Please help me out. Basically I have this strin
mb_detect_encoding($s, "UTF-8") == "UTF-8" ? : $s = utf8_encode($s);