[mythtv-commits] mythtv commit: r19215 by janne

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Dec 2 20:08:41 UTC 2008


      Author: janne
        Date: 2008-12-02 20:08:40 +0000 (Tue, 02 Dec 2008)
New Revision: 19215
   Changeset: http://cvs.mythtv.org/trac/changeset/19215

Modified:

   trunk/mythtv/libs/libmythtv/dbcheck.cpp

Log:

fix minor data coruption in the db charset conversion to UTF-8

The conversion from char(latin1) -> binary -> char(utf8) results in null-padded data
but MySQL expects char data to be space-padded.
This commit will prevent coruption during the DB update.
A following commit will fix the existing coruption.

patch by: Micheal T Dean < mtdean thirdcontact com >





More information about the mythtv-commits mailing list