Opened 14 years ago
Closed 14 years ago
#9582 closed Patch - Bug Fix (fixed)
CEA-708 extended characters do not display
Reported by: | 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 14 years ago by
Attachment: | caption-extended-character-fix.patch added |
---|
comment:1 Changed 14 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
CEA-708: Fix display of extended characters. Closes #9582
Signed-off-by: Mark Kendall <mkendall@…>