Skip to content

Fix exception in hpgl_encoder.py when encoding files with unicode in layer names.

Gavin Whelan requested to merge gavwhela/inkscape:fix_hpgl_layer_unicode into master

str() crashes on unicode strings, changed to an explicit check if None.

Merge request reports