• Show log

    Commit

  • Hash : 79c8a6b1
    Author : Nick Wellnhofer
    Date : 2017-06-10T17:01:27

    Print error messages for truncated UTF-8 sequences
    
    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.