This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Steps to reproduce: 1) Load http://validator.w3.org/check?uri=http%3A%2F%2Fphilip.html5.org%2Fmisc%2Fchars.html&charset=iso-8859-1&output=soap12 2) Examine the result or try parsing it as XML Actual results: At line 30, column 147, there's U+0000, which is forbidden in XML. Expected results: Expected characters that are prohibited by XML to be replaced with the REPLACEMENT CHARACTER when a normal character would be copied to output.