QFileDialog and german umlaute within a path
- by MB
Hey Everybody,
i am working on a project, which i am developing with Python and PyQT4. I have stumbled upon a somewhat odd behaviour of the QFileDialog, that is not occuring when running the project within in my IDE (Eclipse).
The problem is that QFileDialog in ExistingFiles-mode does fail to return the list of selected files, when one of the file paths is containing a german umlaut (ä,ü,ö, etc.)
The QFileDialog is not offering options or parameters to make it sensible regarding this scenario.
Does anyone have any ideas of how to tackle this issue?