Opened 18 years ago

Closed 15 years ago

#5072 closed enhancement (Won't Fix)

Configureable ISO8559_15 encoding fixes per channel

Reported by: Wolfgang <mythtv@…> Owned by: Stuart Auchterlonie
Priority: minor Milestone: unknown
Component: MythTV - EIT Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

To make it easier to react on provider encoding changes, I have made a patch to give you the ability to configure the encoding fix per channel. You need an extra column in the channel table:

alter table channel change column forceISO8859_15 forceiso8859_15 tinyint(1) NOT NULL DEFAULT 0;

You can configure it either with the mythweb patch or direct in the database.

TODO:

Configmenu in the gui

Attachments (2)

configureable_iso8859_15_fix.diff (4.4 KB ) - added by Wolfgang <mythtv@…> 18 years ago.
mythweb_iso8859_15_fix_config.diff (2.7 KB ) - added by Wolfgang <mythtv@…> 18 years ago.

Download all attachments as: .zip

Change History (5)

by Wolfgang <mythtv@…>, 18 years ago

by Wolfgang <mythtv@…>, 18 years ago

comment:1 by Wolfgang <mythtv@…>, 18 years ago

Sorry, I posted the wrong mysql command.

 alter table channel add forceISO8859_15 tinyint(1) NOT NULL DEFAULT 0;

comment:2 by stuartm, 16 years ago

Component: mythtvMythTV - EIT
Owner: changed from Isaac Richards to Stuart Auchterlonie
Status: newassigned

This seems like a patch with a very limited

comment:3 by robertm, 15 years ago

Resolution: Won't Fix
Status: assignedclosed

There just seems to be no chance that this would ever get applied for both technical and code manageability reasons. It also probably isn't even necessary any more if you run everything in the proper locale.

Note: See TracTickets for help on using tickets.