[mythtv-commits] mythtv commit: r25512 - in trunk/mythtv by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jul 30 22:09:02 UTC 2010


      Author: mdean
        Date: 2010-07-30 22:09:02 +0000 (Fri, 30 Jul 2010)
New Revision: 25512
   Changeset: http://svn.mythtv.org/trac/changeset/25512

Modified:

   trunk/mythtv/libs/libmyth/storagegroupeditor.cpp
   trunk/mythtv/libs/libmythdb/storagegroup.cpp
   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythtv-setup/checksetup.cpp

Log:

Fix retrieval of storagegroup.dirname values from the DB to prevent corrupting non-ASCII characters.

This is another fix related to Qt's use of toAscii() when toString() is called on values from queries corresponding to database columns using utf8_bin collation.  Thanks to Yianni Vidalis for the reminder and for the testing.





More information about the mythtv-commits mailing list