Hi all, I have trouble loading images, and I suspect any other file type as well, which contain non-utf8 characters, here's an example:
img = QtGui.QImage()
results = img.load('/home/MyHome/Imágenes/Vacación_En_España.png')
results always returns False.
How I can fix this problem?
Thanks in advance.
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside
