json_encode produce JSON_ERROR_UTF8 from MSSQL-SELECT

Before you JSON encode, use utf8_encode() around the string.

Leave a Comment