Home › Forums › Nazca › Questions and Answers › Calibre DRC crashes: Failure to read input file stdin.gds at record offset 282. › Reply To: Calibre DRC crashes: Failure to read input file stdin.gds at record offset 282.
7 June 2019 at 17:49
#5568
Ronald
Keymaster
edit: I see you already found this solution before this post.
Dear Andreas,
The most straight forward way to try the ‘utf-8’encoding on your system for ascii output is to go to file gds_import.py in your Nazca installation and replace in line 777 with open(filename, 'w') as f:
with with open(filename, 'w', encoding='utf-8') as f:
. It has also been updated for the next release.
Ronald