http://validator.unl.edu/ warns about "Rare or unregistered character encoding detected" for every page I check.
This doesn't actually prevent validation, I'm just curious about it
If you run
http://validator.unl.edu/
on itself you see the same encoding warning I get for all my site's pages.
The html that causes the warning is
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
What code would satisfy the validator?

