-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Text element with unicode can't be saved:
Traceback (most recent call last):
File "svgo.inkscape.py", line 75, in
e.affect(output=False)
File "D:\0syncedSSD\Portable Progs\InkscapePortable x64\App\Inkscape\share\extensions\inkex.py", line 268, in affect
self.effect()
File "svgo.inkscape.py", line 70, in effect
sys.stdout.write(result.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 128197: ordinal not in range(128)
0xC3 is the beginning of UTF-8 codepoint \xC3\x97 (this character: ×)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels