Could someone help me on how to fix this bad encoding?
The right output would be Église (this is what I have in the DB), however I'm getting Église in the html output.
After running mb_detect_encoding(), I get "UTF-8". I've tried utf8_decode() without success, so I'm kind of lost and would need some guidance. Thanks all!