We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boa tarde, estou recebendo o seguinte erro ao tentar gerar o DANFCE.
"Erro identificado 8192: 'Function utf8_decode() is deprecated' D:\\laragon600\\www\\levoJa-backend\\vendor\\nfephp-org\\sped-da\\src\\Legacy\\Pdf.php [linha:895]"
Uma sugestão seria atualizar os utf8... para: utf8_encode($data) para mb_convert_encoding($data, 'ISO-8859-1', 'UTF-8')
utf8_decode($data) para mb_convert_encoding($data, 'UTF-8', 'ISO-8859-1')
Gratidão
The text was updated successfully, but these errors were encountered:
Boa tarde. Não tinha visto que tinha saido a versão 1.1.6. Estava utilizando a 1.1.5 Atualizei e agora parece que está ok.
Muito obrigado
Sorry, something went wrong.
No branches or pull requests
Boa tarde, estou recebendo o seguinte erro ao tentar gerar o DANFCE.
"Erro identificado 8192: 'Function utf8_decode() is deprecated' D:\\laragon600\\www\\levoJa-backend\\vendor\\nfephp-org\\sped-da\\src\\Legacy\\Pdf.php [linha:895]"
Uma sugestão seria atualizar os utf8... para:
utf8_encode($data) para mb_convert_encoding($data, 'ISO-8859-1', 'UTF-8')
utf8_decode($data) para mb_convert_encoding($data, 'UTF-8', 'ISO-8859-1')
Gratidão
The text was updated successfully, but these errors were encountered: