I have set page encoding to UTF-8 in HTML:
meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"
and in HTTP header, I have:
Content-Type text/html; charset=UTF-8
Why isn't the é shown correctly?
Update:
The data containing the é is crawled from the Internet; the crawler is written in Microsoft .Net.
I used MySQL .Net Connector to connect MySQL.
The page to display the é is written in PHP.
See Question&Answers more detail:os