Character encoding for French Accents

后端 未结 3 422
南笙
南笙 2020-12-17 16:32

I\'m developing my first website for a French client and I\'m having massive issues with accents being displayed as \"?\".After googling it for days, I thought I understood,

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-17 17:08

    All other languages except French work fine for me by default

    In my /fr/messages.php file I was able to resolve this with

    'myKey' => utf8_encode('en français'),
    

提交回复
热议问题