GNOME Bugzilla – Bug 580972
refuses to load a project file with unicode path
Last modified: 2009-05-04 12:04:39 UTC
Opening ~/foo.xptv works fine, but not if it's ~/é/à/foo.xptv. The error presented to the user is not helpful in guessing the cause of the problem, making it seem as if the project file was corrupt.
Created attachment 133717 [details] debug log
Also seems to break if the filename of the xptv file is in unicode, or if it contains spaces.
commit aeecd87b773f488c2ca5f6b0acabbb0c8c53bb42 Author: Alessandro Decina <alessandro.d@gmail.com> Date: Mon May 4 13:01:29 2009 +0200 Fix loading project files containing spaces or non ascii characters. Fixes #580972.