I have a multipage-form in PHP where users can submit some information, I store this data in a mysql-database. But there are problems when I insert data (with special characters) in IE (chrome,.. works like a charm). The data that is stored in the database is correct (with the special characters).
But if I want to show this data again in IE, it changes the special characters.. I searched on the internet for a while, tried a lot of things but I can't solve it, so I hope someone can help me..
My database is: utf8_swedish_ci
The font is: font-family: Arial, Helvetica, sans-serif;
Content-type utf-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Form</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8'" />
It happens with signs like àèöñ. How can I show this special characters in IE?