[mythtv-commits] Ticket #12618: Greek eit codepage broken after upgrade from ce3eb5e4 to eda27c68

MythTV noreply at mythtv.org
Sun Jan 24 16:16:56 UTC 2016


#12618: Greek eit codepage broken after upgrade from ce3eb5e4 to eda27c68
--------------------------------------+-------------------------
     Reporter:  yiannividalis@…       |      Owner:  dekarl
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - EIT          |    Version:  Master Head
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 Hi, some of the Greek transports have broken eit after the upgrade. Not
 all of them, though. Those that in eithelper.cpp I had specifically set
 the codepage are ok:(kEFixForceISO8859_7)


 {{{
     fix[    2LL << 32 |  8492LL << 16 ] = // N1,Nplus,NHD,Vouli
         EITFixUp::kEFixForceISO8859_7 |   // it is encoded in cp-1253
         EITFixUp::kFixGreekSubtitle |     // Subtitle has too much info
 and is
         EITFixUp::kFixGreekEIT |              // cut in db. Will move to
 descr.
         EITFixUp::kFixGreekCategories;
 }}}

 Garbled are the ones right above them, where I've not set the
 EITFixUp::kEFixForceISO8859_7 (lines 1435-1442 of eithelper.cpp).

 I am currently in the process of bisecting to find the commit that is
 causing it. Although I guess that if I add the
 EITFixUp::kEFixForceISO8859_7 to the affected group it'll be ok. However,
 I didn't have to do so before and I think the problem will appear to other
 non-English codepages for other users.

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


More information about the mythtv-commits mailing list