Anyone know what this error is;
PHP Warning: json_encode(): Invalid UTF-8 sequence in argument in phpgrid/inc/jqgrid_dist.php on line 1292
2 Answers
Looks to be a special character (utf8) issue.
http://stackoverflow.com/questions/10205722/json-encode-invalid-utf-8-sequence-in-argument
Your Answer