Open sftblw opened 6 years ago
When trying to open file path which contains CJK injector does not handle it.
some log
(omitted) LOADER: Running pyiboot01_bootstrap.py LOADER: Running pyi_rth__tkinter.py LOADER: Running gui.py Processing: L:\?곸긽\obs\out_handbrake.mp4
actual path is L:\영상\obs\out_handbrake.mp4.
L:\영상\obs\out_handbrake.mp4
to fix this there may be 3 way.
sys.setdefaultencoding('utf-8')
reference (korean)
When trying to open file path which contains CJK injector does not handle it.
some log
actual path is
L:\영상\obs\out_handbrake.mp4
.to fix this there may be 3 way.
sys.setdefaultencoding('utf-8')
reference (korean)