kopia lustrzana https://github.com/inkstitch/inkstitch
unicode export
rodzic
e478ec10d8
commit
4db305a36d
|
@ -98,7 +98,7 @@ def write_embroidery_file(file_path, stitch_plan, svg, settings={}):
|
|||
settings['explicit_trim'] = False
|
||||
|
||||
try:
|
||||
pyembroidery.write(pattern, file_path, settings)
|
||||
pyembroidery.write(pattern, file_path.encode("UTF-8"), settings)
|
||||
except IOError as e:
|
||||
# L10N low-level file error. %(error)s is (hopefully?) translated by
|
||||
# the user's system automatically.
|
||||
|
|
Ładowanie…
Reference in New Issue