Contact: aviboots(AT)netvision.net.il
41,502 questions
54,086 answers
573 users
$json_string = json_encode("{'Abcd': \xF2}"); if (json_last_error() != JSON_ERROR_NONE) printf("%s", json_last_error_msg()); /* run: Malformed UTF-8 characters, possibly incorrectly encoded */