extension new_glyph_layer (Typography) not using decoding properly
Bug #1518302 reported by
me-kell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Low
|
me-kell |
Bug Description
Entering non-ascii characters raises a ValueError (see detailed description in https:/
This (as explained there) is because Python environment as passed by Inkscape's extension mechanism has no PYTHONIOENCODING variable and Python wrongly guesses the encoding "cp0".
Proposed solution:
Use "sys.stdin.
See patch in attachment
Related branches
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Patch tested successfully on Windows XP, Inkscape trunk rev. 14495.