Laravel 5 charset not working correctly on the views. But it working well when I dump it from controller

后端 未结 4 1510
囚心锁ツ
囚心锁ツ 2020-12-11 04:18

I\'m facing a charset problem here. I\'m developing an app that uses a sql server database. The database was not created for this app, it exists before it and works very wel

4条回答
  •  北海茫月
    2020-12-11 04:26

    I accidentally opened my UTF-8 encoded file in different text editor and saved. However, it automatically saved my UTF-8 file as ANSII. So i got to open the file again and save file as UTF-8 encoded.

提交回复
热议问题