Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2129 closed defect (fixed)

Swedish characters displayed incorrectly in teletext

Reported by: erland_i@… 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)

mythtv_swe_teletext.patch (742 bytes) - added by erland_i@… 18 years ago.
Patch that replaces Italian characters with Swedish characters
myth_swe_teletext-2.patch (577 bytes) - added by mythtv@… 18 years ago.
Adds swedish characters while keeping italian

Download all attachments as: .zip

Change History (7)

Changed 18 years ago by erland_i@…

Attachment: mythtv_swe_teletext.patch added

Patch that replaces Italian characters with Swedish characters

comment:1 Changed 18 years ago by danielk

Milestone: 0.21
Owner: changed from Isaac Richards to danielk
Severity: mediumlow

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 Changed 18 years ago by retro22x@…

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 'ç'

Changed 18 years ago by mythtv@…

Attachment: myth_swe_teletext-2.patch added

Adds swedish characters while keeping italian

comment:3 Changed 18 years ago by mythtv@…

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 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [10842]) Fixes #2129. Makes Sweedish, Polish and some misc teletext languages show the right extension chars in DVB recordings.

comment:5 Changed 18 years ago by anonymous

Milestone: 0.210.20
Note: See TracTickets for help on using tickets.