Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#2129 closed defect (fixed)
Swedish characters displayed incorrectly in teletext
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Swedish characters are not shown correctly in teletext.
Swedish character 'ä' is shown as 'à' Swedish character 'å' is shown as 'è' Swedish character 'ö' is shown as 'ò' Swedish character 'Ä' is shown as '°' Swedish character 'Å' is shown as '»' Swedish character 'Ö' is shown as 'ç'
The attatched patch solves the problem by replacing the Italian character table with the swedish characters. However this is probably not the real solution since I suspect it will result in incorrect Italian characters instead.
Attachments (2)
Change History (7)
by , 19 years ago
Attachment: | mythtv_swe_teletext.patch added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.21 |
---|---|
Owner: | changed from | to
Severity: | medium → low |
I do think this will break Italian, but I'm keeping the ticket open so I can use this as a guide for a proper fix. Erland, if you can create a patch to fix this properly in the next week or so this fix may make it into 0.20.
comment:2 by , 19 years ago
This also happens with Norwegian text. Norwegian character 'æ' is shown as 'à' Norwegian character 'å' is shown as 'è' Norwegian character 'ø' is shown as 'ò' Norwegian character 'Æ' is shown as '°' Norwegian character 'Å' is shown as '»' Norwegian character 'Ø' is shown as 'ç'
by , 19 years ago
Attachment: | myth_swe_teletext-2.patch added |
---|
Adds swedish characters while keeping italian
comment:3 by , 19 years ago
Looking at the ETSI standard, Swedish has the control bits set to 010 while Italian have 011. Don't now about Norwegian though.
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 19 years ago
Milestone: | 0.21 → 0.20 |
---|
Patch that replaces Italian characters with Swedish characters