Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#9672 closed Patch - Feature (Fixed)
EIT multi-byte encoding
| Reported by: | Owned by: | Stuart Auchterlonie | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - EIT | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In dvbdescriptors.cpp the conversion of "UTF-8 encoding of ISO/IEC 10646" is assumed as "not yet supported."
This patch does not abort conversion for this case (i.e. when (src[0] == 0x15) and uses QString::fromUtf8 to make the conversion.
It just adds support for that type of "Multi-byte coded text".
I tested it on the Portuguese network "TDT Continente", which had a special rule for ISO8859_15 in eihelper.cpp. This rule is also removed in the patch.
Attachments (2)
Change History (7)
by , 15 years ago
| Attachment: | eit_utf8_patch.diff added |
|---|
by , 15 years ago
| Attachment: | eit_utf8_patch-2.diff added |
|---|
comment:1 by , 15 years ago
Refs #9672 - Adds support for multi-byte EIT encodings.
Thanks to moitinho for the original patch.
Changeset: e751ba6c5edf1f6e11b9f830441892aa16d5ac69
comment:2 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
Refs #9672 - Adds support for multi-byte EIT encodings.
Thanks to moitinho for the original patch.
Branch: master Changeset: 2d7a73e67bec28c81b37ff01249a10d34881414c
comment:4 by , 15 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
comment:5 by , 15 years ago
Refs #9672 - Adds support for multi-byte EIT encodings.
Thanks to moitinho for the original patch.
Branch: new-logging Changeset: 2d7a73e67bec28c81b37ff01249a10d34881414c

The second if was not correct