I have a Wordpress site and I am having issues displaying the uppercase O with the accent as seen below:
Ó
The lowercase o with accent as seen here
ó
displays fine along with a number of other characters. The charset in the header is set to UTF8 and the DB column for each field is set to UTF8_general_ci.
Is there something special about the capital Ó?
When I print_r straight from the DB without sending to the browser, it prints out correctly, and it is stored in the table correctly as well.
It's just once it loads into the field the html that it displays incorrectly.