mgallegos / laravel-jqgrid

@Laravel jqGrid package allows you to easily integrate the popular @jQuery Grid Plugin (jqGrid) into your Laravel application.
mariogallegos.com
Other
69 stars 44 forks source link

Fix UTF8 JSON encoding bug. #62

Closed sroutier closed 7 years ago

sroutier commented 7 years ago

Fix for #61. Calls a custom safe_json_encode() function that tries to resolve UTF8 encoding issue or at least throw an exception that can be dealt with from the calling function or program.

Cheers. /s