[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/extragear/kde3/libs/kipi-plugins/batchprocessimages
From:       Aurélien Gâteau <aurelien.gateau () free ! fr>
Date:       2009-01-19 14:59:51
Message-ID: 1232377191.559276.22119.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 913586 by gateau:

Do not assume locale charset is Latin1.
BUG: 144713


 M  +1 -1      renameimageswidget.cpp  


--- branches/extragear/kde3/libs/kipi-plugins/batchprocessimages/renameimageswidget.cpp #913585:913586
@@ -446,7 +446,7 @@
         char s[100];
         ::strftime(s, 100, QFile::encodeName(format), time_tm);
 
-        newName += QString::fromLatin1(s);
+        newName += QString::fromLocal8Bit(s);
         if (!useExtraSymbols)
         {
             newName += "_";
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic