[mythtv-commits] mythtv/master commit: 4f9cbebdc by Stuart Morgan (stuartm)

MythTV noreply at mythtv.org
Sat Mar 24 12:14:22 UTC 2012


      Author:  Stuart Morgan <smorgan at mythtv.org>
 Change Date:  2012-03-24T05:12:41-07:00
   Push Date:  2012/03/24 05:14:11 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  4f9cbebdc36734380de37aaafa200c58b1c36feb
   Changeset:  https://github.com/MythTV/mythtv/commit/4f9cbebdc

Log:

Convert strings using toUtf8() instead of toLocal8Bit() before using ELF Hashing, fixes duplicate matching breaking where the environment isn't 8bit and toLocal8Bit() will fail. There's a small chance this will break duplicate matching for a few users who are using an 8-bit character encoding which isn't UTF8 compatible but it will fix it for far more users who might be running mythfilldatabase from a cronjob with no proper locale or similar. Refs #10449

Modified:

   mythtv/programs/mythfilldatabase/xmltvparser.cpp



More information about the mythtv-commits mailing list