diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-12 14:42:01 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-12 14:42:01 +0300 |
commit | 6b488dcedf24cf9b4890505eba992d683eedecac (patch) | |
tree | 51347d76c4b2891568e54348d9ce0ab99304bd0b /epgfixer/charset.conf | |
parent | 548e0a6bc35d4c776039f7467c0d67eabf9ef46a (diff) | |
download | vdr-plugin-epgfixer-6b488dcedf24cf9b4890505eba992d683eedecac.tar.gz vdr-plugin-epgfixer-6b488dcedf24cf9b4890505eba992d683eedecac.tar.bz2 |
Support for ignoring and copying EPG data. Bug fixes.
Fix character set conversion for selected channels. Fix and improve Makefile (thanks to Ville Skyttä and Rolf Ahrenberg). Fix compiling with g++-4.7.
Diffstat (limited to 'epgfixer/charset.conf')
-rw-r--r-- | epgfixer/charset.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/epgfixer/charset.conf b/epgfixer/charset.conf index 18788c8..d2b14b3 100644 --- a/epgfixer/charset.conf +++ b/epgfixer/charset.conf @@ -1,6 +1,8 @@ # Convert character set of channels 1, 2 and 3 from iso8859-1 to character set -# used by VDR -#1,2,3:iso8859-1 +# used by VDR. Used for channels which broadcast incorrect character set +# (in this example iso8859-9). +#1,2,3:iso8859-9=iso8859-1 # Convert character set of all channels from iso8859-1 to character set -# used by VDR -#iso8859-1 +# used by VDR. Used for channels which do not broadcast any character set but +# use a non-standard character set. +#1,2,3:iso8859-1 |