[mythtv-commits] Ticket #9672: EIT multi-byte encoding

MythTV noreply at mythtv.org
Thu Mar 17 22:54:10 UTC 2011


#9672: EIT multi-byte encoding
-------------------------------------------+------------------------
     Reporter:  moitinho@…                 |      Owner:  stuarta
         Type:  Patch - Feature            |     Status:  new
     Priority:  minor                      |  Milestone:  unknown
    Component:  MythTV - EIT               |    Version:  0.24-fixes
     Severity:  medium                     |   Keywords:
Ticket locked:  0                          |
-------------------------------------------+------------------------
 In dvbdescriptors.cpp the conversion of "UTF-8 encoding of ISO/IEC 10646"
 is assumed as "not yet supported."

 This patch does not abort conversion for this case
 (i.e. when (src[0] == 0x15) and uses QString::fromUtf8 to make the
 conversion.

 It just adds support for that type of "Multi-byte coded text".

 I tested it on the Portuguese network "TDT Continente", which had a
 special rule for ISO8859_15 in eihelper.cpp. This rule is also removed in
 the patch.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9672>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list