Opened 18 years ago
Closed 15 years ago
#5072 closed enhancement (Won't Fix)
Configureable ISO8559_15 encoding fixes per channel
| Reported by: | 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)
Change History (5)
by , 18 years ago
| Attachment: | configureable_iso8859_15_fix.diff added |
|---|
by , 18 years ago
| Attachment: | mythweb_iso8859_15_fix_config.diff added |
|---|
comment:1 by , 18 years ago
comment:2 by , 16 years ago
| Component: | mythtv → MythTV - EIT |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
This seems like a patch with a very limited
comment:3 by , 15 years ago
| Resolution: | → Won't Fix |
|---|---|
| Status: | assigned → closed |
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.

Sorry, I posted the wrong mysql command.