[mythtv-commits] Ticket #5724: callsign/chansign from TVRec::GetNextProgram is not correctly utf8 escaped.
MythTV
mythtv at cvs.mythtv.org
Tue Sep 16 22:01:14 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 | Resolution:
Mlocked: 0 |
-----------------------------+----------------------------------------------
Comment(by anonymous):
If you could bump version number when you fix this I'd be much obliged.
Thou it might seem silly to you, I've worked around it in our libcmyth
based client.
Since QString does a latin1->utf8 conversion if you don't do fromUtf8, we
just do a latin1->utf8, which luckily retains the utf8 encoding of the
original data. Currently this is based on protocol being <= 40.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5724#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list