[mythtv-commits] Ticket #5724: callsign/chansign from TVRec::GetNextProgram is not correctly utf8 escaped.
MythTV
mythtv at cvs.mythtv.org
Tue Sep 16 21:06:37 UTC 2008
#5724: callsign/chansign from TVRec::GetNextProgram is not correctly utf8 escaped.
-----------------------------+----------------------------------------------
Reporter: elupus at xbmc.org | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: 0.21-fixes
Severity: medium | Mlocked: 0
-----------------------------+----------------------------------------------
Hi,
while working on xbmc's myth frontend, i came across problems with the
utf8 handling of call signs when using GET_NEXT_PROGRAM_INFO.
in TVRec::GetNextProgram there is two places where callsign is assigned,
without using QString::fromUtf8(). This is different from how other places
callsign/chansign are retrieved.
I assume things like this are stored in UTF8 in the database (as they
ended up after i scanned in Sweden). Thus the callsign should also have
fromUtf8 command on it.
The problem is also visible in mythfrontend, in channel editor during TV
playback. Just rename a channel inside mythconverg.channel to a utf8
encoded name, and you will see the problem.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5724>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list