Re: Add Subject Here

On Friday 16 January 2009, Sylvia Stuurman wrote:
> I tried to validate http://www.lazymotorbike.eu/ using the  HTML5
> Conformance Checker.
>
> The validator says:
> No Character Encoding Found! Falling back to UTF-8.
>
> However, the doscument starts like:
> <!DOCTYPE html><html><head><meta charset="UTF-8">
>
> I searched through the HTML5 specification, and I can't find anything
> telling me that I should specify the character encoding in another way
> than I did.
>
> So, maybe this is a bug in the validator?

To be more exact, it appears to be a missing feature in the HTML::Encoding 
perl module which the validator uses to extract encoding information from 
HTML documents.  Request for enhancement filed: 
https://rt.cpan.org/Ticket/Display.html?id=42497

Received on Sunday, 18 January 2009 16:26:44 UTC