Modify ↓
Please read the Ticket HowTo before creating or commenting on a ticket. Failure to do so may cause your ticket to be rejected or result in a slower response.
Opened 2 years ago
Closed 2 years ago
#9582 closed Patch - Bug Fix (fixed)
CEA-708 extended characters do not display
| Reported by: | Clayton Smith <argilo@…> | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - ATSC | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | cea-708 |
| Cc: | Ticket locked: | no |
Description
CEA-708 extended characters (from the G2 table) do not get displayed. This is because the codepoint for EXT1 is set to 0x01 in cc708decoder.cpp, even though it should be 0x10. The attached patch corrects this problem, and also corrects the unicode codepoints of several of the extended characters.
After making these changes, all extended characters from the PBS test material
(http://ncamftp.wgbh.org/DTV/CEA%20test%20material/Iteration_1/) now display correctly. I've also tested on some other shows to make sure that the patch doesn't break anything.
Attachments (1)
Change History (2)
Changed 2 years ago by Clayton Smith <argilo@…>
comment:1 Changed 2 years ago by Clayton Smith
- Milestone changed from unknown to 0.25
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

CEA-708: Fix display of extended characters. Closes #9582
Signed-off-by: Mark Kendall <mkendall@…>