Failure cases


'charset' on links:
Document encoding on server is changed
Self-identifying documents:
Need to know charset to parse <meta>, but charset is in <meta> ! (Works only if <meta> is ASCII and nothing before gets the parser disturbed.)
Put <meta> as early as possible

Transcoders don't change self-identification