From ac53915b9785a65e607854c341ba54f75ec387d6 Mon Sep 17 00:00:00 2001 From: Wojciech Myrda Date: Wed, 22 May 2013 09:37:20 +0200 Subject: [PATCH] The lists out there set ISO8859-5 encoding for all the channels in the "Sattelite BG" digital platform from 23.5E however hence several of those transponders share their channels with other platforms this commit sets in only where it is safe meaning where channels are used by this platform only. To set them for others would require more testing --- data/conf/charset | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/conf/charset b/data/conf/charset index 608620df9..b8a0cb00c 100644 --- a/data/conf/charset +++ b/data/conf/charset @@ -104,6 +104,20 @@ "sid": 0, "description": "Astra 19.2E TVP" }, + { + "tsid": 3218, + "onid": 3, + "charset": "ISO8859-5", + "sid": 0, + "description": "Astra 23.5E Satellite BG 12051.00 V" + }, + { + "tsid": 3226, + "onid": 3, + "charset": "ISO8859-5", + "sid": 0, + "description": "Astra 23.5E Satellite BG 12207.00 V" + }, { "tsid": 8100, "onid": 156, -- 2.47.2