There was an error while loading. Please reload this page.
1 parent bff39ec commit 6cdce14Copy full SHA for 6cdce14
src/Common/Common.php
@@ -81,7 +81,7 @@ protected static function safeJson($jsonData, $asArray = false)
81
$safeJsonData[$key] = $value;
82
}
83
84
- return $asArray ? $safeJsonData : json_encode($safeJsonData);
+ return $asArray ? $safeJsonData : json_encode($safeJsonData, JSON_UNESCAPED_UNICODE);
85
86
87
0 commit comments