Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3263 closed defect (fixed)

Signed/unsigned mismatch in EIT scanning

Reported by: anonymous Owned by: Janne Grunau
Priority: minor Milestone: 0.21
Component: dvb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When the first character of a show title/description is non-ASCII then the text encoding is misinterpreted and not converted correctly. The reason is comparing signed char with an unsigned constant in the file libs/libmythtv/mpeg/dvbdescriptors.cpp. Suggested repaired file attached.

Attachments (1)

dvbdescriptors.cpp (13.2 KB) - added by osind@… 17 years ago.

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by osind@…

Attachment: dvbdescriptors.cpp added

comment:1 Changed 17 years ago by Janne Grunau

Owner: changed from danielk to Janne Grunau

comment:2 Changed 17 years ago by Janne Grunau

Milestone: unknown0.21
Version: 0.20head

Please attach the next time a unified diff of your changes.

comment:3 Changed 17 years ago by Janne Grunau

Resolution: fixed
Status: newclosed

(In [13129]) Closes #3263. Fix ISO-6937 decoding if the string starts with a non ascii symbol

comment:4 Changed 17 years ago by Janne Grunau

(In [13130]) Refs #3263. backported changeset 13129 to 0.20 fixes

Note: See TracTickets for help on using tickets.