• Show log

    Commit

  • Hash : 34c9108f
    Author : Nick Wellnhofer
    Date : 2024-07-07T18:38:31

    encoding: Add sizeOut argument to xmlCharEncInput
    
    When push parsing, we want to convert as much of the input as possible.
    When pull parsing memory buffers, we want to convert data chunk by chunk
    to save memory.