[mythtv-commits] Ticket #1581: specify missing character encoding for dvb_decode_text

MythTV mythtv at cvs.mythtv.org
Sat Mar 25 17:55:16 UTC 2006


#1581: specify missing character encoding for dvb_decode_text
--------------------------------------------+-------------------------------
 Reporter:  Janne <janne-mythtv at grunau.be>  |        Owner:  danielk
     Type:  enhancement                     |       Status:  new    
 Priority:  minor                           |    Milestone:  0.20   
Component:  dvb                             |      Version:  head   
 Severity:  medium                          |   Resolution:         
--------------------------------------------+-------------------------------
Changes (by danielk):

  * milestone:  => 0.20
  * version:  => head

Comment:

 The proper place for this is in an EITFixUp function.

 The plan is to not do the eit table/descriptor -> QString transform until
 just before we insert the eit into the DB. But even so it looks like this
 would be serviceid specific and we only decide on fixups on a network
 basis. So I think the proper thing to do is to check for this serviceid in
 the fix up function. However you can't do this yet, since the fixup
 function is still working on the QString and not the raw eit descriptor.

 The upshot is that this fix has to wait until we've gotten a little
 further on the EIT rewrite. I'd say 3-4 weeks until now we'll be ready for
 the patch..

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1581>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list