QFileDialog and german umlaute within a path
Posted
by MB
on Stack Overflow
See other posts from Stack Overflow
or by MB
Published on 2010-04-06T14:41:46Z
Indexed on
2010/04/06
14:43 UTC
Read the original article
Hit count: 444
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?
© Stack Overflow or respective owner