[Digikam-devel] [Bug 131920] Can't create preview folders with unicode carater name.

Marcel Wiesweg marcel.wiesweg at gmx.de
Thu Aug 10 22:12:44 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=131920         




------- Additional Comments From marcel.wiesweg gmx de  2006-08-10 23:12 -------
SVN commit 571843 by mwiesweg:

Only use QFile::encodeName immediately for system calls.
DImg takes a QString, give it a QString.
Please test if this solves the UTF8 problems.

CCBUGS: 131920


 M  +1 -1      digikamthumbnail.cpp  


--- trunk/extragear/graphics/digikam/kioslave/digikamthumbnail.cpp #571842:571843
 @ -622,7 +622,7  @
 
 bool kio_digikamthumbnailProtocol::loadDImg(QImage& image, const QString& path)
 {
-    Digikam::DImg dimg_im(QFile::encodeName(path));
+    Digikam::DImg dimg_im(path);
 
     if (dimg_im.isNull()) 
     {



More information about the Digikam-devel mailing list