We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24c1243 + 52d03cf commit 928011eCopy full SHA for 928011e
src/QueryDataTable.php
@@ -863,7 +863,7 @@ protected function showDebugger(array $output): array
863
{
864
$query_log = $this->getConnection()->getQueryLog();
865
array_walk_recursive($query_log, function (&$item) {
866
- if (is_string($item)) {
+ if (is_string($item) && extension_loaded('iconv')) {
867
$item = iconv('iso-8859-1', 'utf-8', $item);
868
}
869
});
0 commit comments