This file is in UTF-8 already with:
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
in the top but the word CAFÉ
gets displayed as the following:
the HTML is:
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> form... </title>
</head>
<body>
CAFÉ
...
</body>
</html>
How do I fix it?