pvbatch.exe with path including japanese character as argument return "No such file or directory"
Hello,
First time I report an issue, so sorry if format is not correct.
I have to call pvbatch.exe
to generate a VTU file, all works fine with usual path, but if I put the same file in a folder which name include a japanese character, I get below output:
>C:\Data\workワーク\ParaView\bin\pvbatch.exe C:\Data\workワーク\test_sample.py
C:/Data/workワーク/ParaView/bin\vtkpython: can't open file 'C:\Data\workワーク\test_sample.py': [Errno 2] No such file or directory
Tested on: 5.10.0-RC1
Thank you.