Skip to content

Commit

Permalink
🐛 BASE #280 PHP 8.2 nova função utf8_encode
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Nov 9, 2023
1 parent 7090277 commit 2198394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/classes/FormDin4.xls.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
// criar os titulos das colunas
$a=null;
foreach($keys as $v ) {
$a[] = htmlentities(utf8_encode($v), ENT_COMPAT, 'UTF-8');
$a[] = htmlentities(StringHelper::utf8_encode($v), ENT_COMPAT, 'UTF-8');
}
$excel->writeLine($a);

Expand Down

0 comments on commit 2198394

Please sign in to comment.