Bugzilla – Bug 591
add encoding check on XML docs that have <meta charset='utf-8'/>(check that the encoding actually is utf-8)
Last modified: 2009-11-23 17:17:29 CET
For the schema part of this, a committed a fixe against bug 531. But as Simon noted in a comment there, we need to also report an error if an XML document that has a <meta charset='utf-8'/> is not actually encoded in UTF-8. This seems like a check that needs to be done in the xmlparser code.