diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-05 12:30:22 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-05 12:30:22 +0300 |
commit | 3edad9d50e13e140dc0fa1ef1323c7b80e325a78 (patch) | |
tree | b7c4d9e63a5bf0afae3c16aacf86bfa963c7ea55 /epgfixer | |
parent | 8877487555503d3615a4b17f9a9809fec2e28944 (diff) | |
download | vdr-plugin-epgfixer-3edad9d50e13e140dc0fa1ef1323c7b80e325a78.tar.gz vdr-plugin-epgfixer-3edad9d50e13e140dc0fa1ef1323c7b80e325a78.tar.bz2 |
Several bugs fixes. Code cleanup. Update history.
Diffstat (limited to 'epgfixer')
-rw-r--r-- | epgfixer/charset.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/epgfixer/charset.conf b/epgfixer/charset.conf index bd84ae6..5dd81ef 100644 --- a/epgfixer/charset.conf +++ b/epgfixer/charset.conf @@ -1,3 +1,6 @@ # Convert character set of channels 1, 2 and 3 from iso8859-1 to character set # used by VDR -1,2,3=iso8859-1 +1,2,3:iso8859-1 +# Convert character set of all channels from iso8859-1 to character set +# used by VDR +iso8859-1 |