z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.14k stars 2.81k forks source link

encode multibyte Unicode characters literally #5661

Closed SparkLee closed 2 years ago

SparkLee commented 2 years ago

add JSON_UNESCAPED_UNICODE bitmask to json_encode() method to encode multibyte Unicode characters (for example, Chinese characters) literally (default is to escape as \uXXXX).

jxlwqq commented 2 years ago

thanks