Skip to content

Fix endless loop on filenames with invalid encoding

Nils Steinger requested to merge n-st/dia:fix-endless-loop into master

Fixes #428 (closed) (when launching Dia with a filename argument that is not a valid codepoint in the current encoding, it enters an endless loop).

Merge request reports