This validates:
but this cannot be validated ('Sorry! This document cannot be checked'):Code:<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body >
e
</body>
</html>
I always thought that utf-8 takes care of 'foreign' characters.Code:<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body >
é
</body>
</html>

