Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#1466 closed patch (fixed)
ISO IEC 6937 encoding support for DVB
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
DVB-T in Czech Republic uses ISO 6937 encoding as the main standard.
The patch adds convertor to UNICODE... Unfortunately the patch is against 0.19 release as i do not have working svn...
More info about standard should be there http://tv-plattform.de/download/DVB-T/MinAnfo/A1_E-Book2-02.pdf page 85 - Anex A
Attachments (2)
Change History (6)
Changed 15 years ago by
Attachment: | siparser.diff added |
---|
comment:1 Changed 15 years ago by
Component: | dvb → mythtv |
---|---|
Owner: | changed from danielk to Isaac Richards |
comment:2 Changed 15 years ago by
Milestone: | → 0.20 |
---|---|
Owner: | changed from Isaac Richards to danielk |
Version: | → head |
Please use lookup tables (arrays) rather than long case statements, and update patch to apply against SVN. I think the function is now in libs/libmythtv/mpeg/dvbdescriptors.cpp.
Changed 15 years ago by
Attachment: | dvbdescriptors.diff added |
---|
patch against SVN (untested - sorry can't compile & test at the moment)
comment:3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
still uses long case statements when lookup tables would work.
Patch to siparser.cpp file for iso/iec 6937 dvb epg encoding