• Show log

    Commit

  • Hash : 95e81a36
    Author : Nick Wellnhofer
    Date : 2023-08-08T15:21:31

    parser: Decode all data in xmlCharEncInput
    
    Even with flush set to true, xmlCharEncInput didn't guarantee to decode
    all data. This complicated the push parser.
    
    Remove the flush flag and always decode all available data.
    
    Also fix ICU code where the flush flag has a different meaning. Always
    set flush to false and retry even with empty input buffers.