]> Git trees. - libqmvoc.git/commitdiff
Changing the encoding of these files to UTF-8.
authorThiago Macieira <thiago@kde.org>
Tue, 6 Dec 2005 13:44:49 +0000 (13:44 +0000)
committerThiago Macieira <thiago@kde.org>
Tue, 6 Dec 2005 13:44:49 +0000 (13:44 +0000)
There are some bad constructs on a couple of files (like static arrays of
QStrings initialised directly with const char[] constants, without any proper
decoding) that will most likely break under certain locales.

The encoding is correct. It's the code that must be changed now. I don't
consider this a problem because it was already broken for any locale
different than the one the programmer wrote the code in.

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=486005

extdate/extdatetbl.cpp
kdeeducore/leitnerbox.h

index 1c84c495b9c9d21bc5147580c275da2737dd08f9..852d231b90e43596e954795a16c824f8663fedd7 100644 (file)
@@ -244,8 +244,8 @@ ExtDateTable::paintCell(QPainter *painter, int row, int col)
       text = d->calendar->dayString(pCellDate, true);
       if( d->calendar->month(pCellDate) != d->calendar->month(date) )
         { // we are either
-          // ° painting a day of the previous month or
-          // ° painting a day of the following month
+          // Â° painting a day of the previous month or
+          // Â° painting a day of the following month
           // TODO: don't hardcode gray here! Use a color with less contrast to the background than normal text.
           painter->setPen( colorGroup().mid() );
 //          painter->setPen(gray);
index d9918714a2d2050cf69288dbdaba505c43895f08..f0629bcf6ea8237e391ac334cc37837b0f428690 100644 (file)
@@ -72,7 +72,7 @@ public:
 
        /**
         * Sets the LeitnerBox's vocabCount to count
-        * @p¾aramcount the new vocabCount to be set
+        * @param count the new vocabCount to be set
         */
        void setVocabCount( int count );