Opened 10 years ago
Closed 4 years ago
#12662 closed Bug Report - General (Trac EOL)
EITFixup Glashart-media DVB-C NL
| Reported by: | Owned by: | Karl Egly | |
|---|---|---|---|
| Priority: | minor | Milestone: | 29.2 |
| Component: | MythTV - EIT | Version: | Unspecified |
| Severity: | medium | Keywords: | eit dvb-c glashart |
| Cc: | Ticket locked: | no |
Description
EIT on DVB-C from Glashart-media in NL is not correctly showing special characters, like umlaut etc.
See attached dvbsnoop output.
Probably a EITfixup required.
Attachments (1)
Change History (9)
by , 10 years ago
| Attachment: | dvbsnoop.txt added |
|---|
comment:1 by , 10 years ago
| Milestone: | unknown → 0.29 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 10 years ago
| Component: | MythTV - General → MythTV - EIT |
|---|
comment:3 by , 10 years ago
| Milestone: | 0.29 → 29.0 |
|---|
comment:4 by , 10 years ago
Probably fixed my own issue:
--- mythtv-0.27.6+fixes.20160417.aba4858.orig/mythtv/libs/libmythtv/eithelper.cpp
+++ mythtv-0.27.6+fixes.20160417.aba4858/mythtv/libs/libmythtv/eithelper.cpp
@@ -1124,6 +1124,7 @@ static void init_fixup(QMap<uint64_t,uin
fix[ 3211LL << 32 | 3U << 16] = EITFixUp::kFixNL;
fix[ 3222LL << 32 | 3U << 16] = EITFixUp::kFixNL;
fix[ 3225LL << 32 | 3U << 16] = EITFixUp::kFixNL;
+ fix[ 6040U << 16] = EITFixUp::kEFixForceISO8859_15;
// Finland
fix[ 8438U << 16] = // DVB-T Espoo
Can someone review please?
comment:5 by , 9 years ago
| Milestone: | 29.0 → 29.1 |
|---|
comment:6 by , 9 years ago
| Milestone: | 29.1 → 0.28.2 |
|---|
Moving remaining open tickets to 0.28.2 milestone
Note:
See TracTickets
for help on using tickets.

Milestone renamed