Hello,
I just wondered if you could clarify what encoding is supported by DISCON for the primary input file? I notice in the control_interface.py you encode using UTF-8:
self.accINFILE = self.param_name.encode('utf-8')
However when I try to use a path with Unicode characters, it can't find the file? This is on Windows.
Thanks,
James
Hello,
I just wondered if you could clarify what encoding is supported by DISCON for the primary input file? I notice in the control_interface.py you encode using UTF-8:
self.accINFILE = self.param_name.encode('utf-8')However when I try to use a path with Unicode characters, it can't find the file? This is on Windows.
Thanks,
James