I'm having problems with utf-8 coming up as squares in ie7. It works fine in firefox, opera, camino and safari.
One of the many characters that I'm trying to use is ✱ - Which is ✱
. IE7 has this problem with characters used in this notation or pulled from the database (All other browsers display the characters correctly).
My head contains the following meta tag:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
I'm also sending the following commands in my response:
Response.CodePage = 65001
Response.CharSet = "utf-8"
I can't seem to get it to work and unfortunately my biggest userbase is using IE.
Any solutions?