Tag

  • Show log

    Commit

  • Hash : beca86e8
    Author : Hugh Davenport
    Date : 2016-05-04T11:23:49

    Detect change of encoding when parsing HTML names
    
    From https://bugzilla.gnome.org/show_bug.cgi?id=758518
    
    Happens when a file has a name getting parsed, but no valid encoding
    set, so libxml has to guess what the encoding is. This patch detects
    when the buffer location changes, and if it does, restarts the parsing
    of the name.
    
    This slightly change a couple of regression tests output