diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2008-03-23 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2008-03-23 18:00:00 +0100 |
commit | fa56503b9a050ec0f0445d48f9bc167b9abe5ee1 (patch) | |
tree | 9fcde8a5ff25c5f9c29b583a3f64452fd620801a /INSTALL | |
parent | 7ba8708b5b38ea311a3a1247f7d74032a0530b82 (diff) | |
download | vdr-patch-lnbsharing-fa56503b9a050ec0f0445d48f9bc167b9abe5ee1.tar.gz vdr-patch-lnbsharing-fa56503b9a050ec0f0445d48f9bc167b9abe5ee1.tar.bz2 |
Version 1.6.0vdr-1.6.0
- Updated the Croatian language texts (thanks to Adrian Caval).
- Added Chinese language texts (thanks to Nan Feng).
- Updated the Portuguese language texts.
- Added a note about VDR_CHARSET_OVERRIDE to the INSTALL file.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -117,6 +117,16 @@ in English. Note that for VDR's internationalized texts to work, the LANG environment variable must be set to a valid locale! +Workaround for providers not encoding their EPG data correctly +-------------------------------------------------------------- + +According to "ETSI EN 300 468" the default character set fo SI data is +ISO6937. But unfortunately some broadcasters actually use ISO-8859-9 or +other encodings, but fail to correctly announce that. +Users who want to set the default character set to something different can +do this by setting the environment variable VDR_CHARSET_OVERRIDE to something +like ISO-8859-9. + Automatic restart in case of hangups: ------------------------------------- |