Skip to content
  • Nick Wellnhofer's avatar
    Print error messages for truncated UTF-8 sequences · 79c8a6b1
    Nick Wellnhofer authored
    Before, truncated UTF-8 sequences at the end of a file were treated as
    EOF. Create an error message containing the offending bytes.
    
    xmlStringCurrentChar would also print characters from the input stream,
    not the string it's working on.
    79c8a6b1