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

List:       kde-commits
Subject:    branches/koffice/1.6/koffice/filters/kspread/csv
From:       Stefan Nikolaus <stefan.nikolaus () kdemail ! net>
Date:       2006-07-30 4:47:21
Message-ID: 1154234841.484581.7085.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 567779 by nikolaus:

Filters	CSV Import.
	Fix the encoding.


 M  +1 -1      csvimport.cc  


--- branches/koffice/1.6/koffice/filters/kspread/csv/csvimport.cc #567778:567779
@@ -142,7 +142,7 @@
         {
             value += step;
             emit sigProgress(value);
-            const QString text( dialog->getText( row, col ) );
+            const QString text( dialog->getText( row, col ).utf8() );
 
             // ### FIXME: how to calculate the width of numbers (as they might not \
be in the right format)  const double len = fm.width( text );


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

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