I'm having a trouble with a site. I set the charset to Unicode, but it still won't work. Here there is sample code of how I set it:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd>
<html lang="it">
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge" charset="iso-8859-1">
<title>HOME</title>
</head>
<body>
<h1> This are some accented letters and various symbol</h1>
<p>è é ç ò ù § ▼ à </p>
</body>
</html>