[mythtv] PATCH: Programinfo - show actors with diacretical characters correctly

mail2 Pascal.Favre at gmx.net
Sat Aug 6 08:56:07 EDT 2005


Hello
I did not find any directions how to create a patch file. The patch is small 
so maybe somebody can integrate it within CVS.
I have a question about the programinfo. When the description or the list of 
actors is long the info is cut halfway. Is it possible to display it in a 
scrollable window ?


lib/mythtv/programinfo.cpp: 2465 (Release 18.1)
from
                pname = query.value(1).toString();
to
                pname = QString::fromUtf8(query.value(1).toString());



More information about the mythtv-dev mailing list