Fayez NACCACHE
Fayez NACCACHE
@tirengarfio Any idea?
I have forgot that -____- old project... please keep searching on the internet and keep trying, debugging.
iconv did not do the job for me. This, did: ```php file_put_contents('dump.json', mb_convert_encoding(file_get_contents('dump.json'), "UTF-8", "UTF-8")); ```
Hello @smnandre Below my config: - Symfony 6.4 - Symfony CLI 5.7.2 - Firefox 120.0.1. - php 8.3.1 - Ubuntu 20.04 I reproduced the bug with your index.php and foo.css...
updated Symfony CLI to 5.7.6 It works! Fixed with https://github.com/symfony-cli/symfony-cli/pull/391
So any solution? Or the root of the problem?