• Show log

    Commit

  • Hash : 84c6524e
    Author : Nick Wellnhofer
    Date : 2025-03-13T19:45:35

    encoding: Support input-only and output-only converters
    
    Make it possible to open an encoding handler only for input or output.
    This avoids the creation of unnecessary converters.
    
    Should also fix #863.