Skip to content

Consistently decode utf-8 args into utf-16 for the Python interpreter

Todd requested to merge todoooo/vtk:Fix_Python_interpreter_for_utf8_args into master

The assumption here is that all arguments to the Python interpreter are utf-8 encoded. This change set ensures that those args are then converted to utf-16 for Python processing. The fix addresses this paraview/paraview#21144 (closed)

Please review @ben.boeckel

Edited by Todd

Merge request reports