Wasn’t sure where to post this one, as I’m not sure whether the problem I’m getting is a PHP issue, a MySQL issue or Apache - or a bit of all three.
I am getting broken characters on a page I’m working on…
The page is set to utf-8 in the meta element.
It’s also set to utf-8 as a PHP header
The MySQL table is set to utf-8 too
Yet, somehow, I’m getting brokem characters. A few screenshots should help:
Charset in MySQL table:
As set in the HTML:
A country with accents, as showing in the DB:
How that country is coming through in the HTML:
I must have missed something. Probably really simple to sort, the question is what this is?
Thanks folks