diff options
| author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-03 22:23:37 +0300 |
|---|---|---|
| committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-03 22:23:37 +0300 |
| commit | 5fb133a99f38083a421dc0a33acb58a1fa674876 (patch) | |
| tree | 86bb834aebf34c79468ee644448066458c190c94 /epgfixer | |
| parent | c09232f3020c5cdf78fbd7d3f7e5f773c4789da1 (diff) | |
| download | vdr-plugin-epgfixer-5fb133a99f38083a421dc0a33acb58a1fa674876.tar.gz vdr-plugin-epgfixer-5fb133a99f38083a421dc0a33acb58a1fa674876.tar.bz2 | |
Add support for character set conversions. Add support for stripping HTML entities. Restructure code.
Diffstat (limited to 'epgfixer')
| -rw-r--r-- | epgfixer/charset.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epgfixer/charset.conf b/epgfixer/charset.conf new file mode 100644 index 0000000..98cd247 --- /dev/null +++ b/epgfixer/charset.conf @@ -0,0 +1,3 @@ +#C onvert character set of channels 1, 2 and 3 from iso8859-1 to character set +# used by VDR +1,2,3=iso8859-1 |
