I'm having trouble getting characters with accents to show up properly on my site. My site uses data from an Excel file that I dump into a MySQL DB. The tables in this DB are set to utf8_general_ci and I have the following in my head:
<meta charset="utf-8">
When I look at the data in PHPMyAdmin, everything looks fine, the characters show up. But on my site, characters such as ñ show up as a question mark in a black diamond.
I really don't understand what I'm doing wrong. Anyone know what's up?