[mythtv-users] How to fix the Dutch Language problem

Chris Pinkham cpinkham at bc2va.org
Tue Jun 15 14:53:06 EDT 2004


> > QString querystr = QString("UPDATE recorded SET recgroup = '%1', "
> >                  "starttime = '%2' WHERE chanid = '%3' AND "
> >                  "starttime = '%4';")
> >                  .arg(newrecgroup.replace(QRegExp("'"),"\'")
> >                  .arg(starts)
> >                  .arg(chanid).arg(starts);
> 
> Darned. It didn't work. MythTV still cannot find any recorded shows when 

> Mmm. Beginning to doubt if the apostrophy is really the problem...

Replying again.  The apostrophy might be the problem if you made a new
recording group with an apostrophy in it, but since this is "All Programs",
I think my previous reply applies.

I'll put a change similar to the above in my source though so it will get
into CVS.

-- 

Chris



More information about the mythtv-users mailing list