[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Fri Apr 15 03:51:07 CEST 2005


CVS commit by staikos: 

possibly fix encoding problem in labels - please test
CCMAIL: Hasso Tepper <hasso at kde.org>


  M +1 -0      kstdoc.cpp   1.162


--- kdeextragear-2/kst/kst/kstdoc.cpp  #1.161:1.162
@@ -627,4 +627,5 @@ bool KstDoc::saveDocument(const QString 
 
   QTextStream ts(&f);
+  ts.setEncoding(QTextStream::UnicodeUTF8);
 
   saveDocument(ts, saveAbsoluteVectorPositions);




More information about the Kst mailing list