diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-10 13:36:50 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-10 13:36:50 +0200 |
commit | 471c1cc044c4969c700be040b5092d570984af55 (patch) | |
tree | 60151e2ccc52c36c07cc9b93b1fb5d8f4e741de4 | |
parent | 1cdbdc548a8513791dc531adb9ee95b527071986 (diff) | |
download | vdr-471c1cc044c4969c700be040b5092d570984af55.tar.gz vdr-471c1cc044c4969c700be040b5092d570984af55.tar.bz2 |
Changed the description of the --chartab option in the INSTALL file
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | INSTALL | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -8814,3 +8814,5 @@ Video Disk Recorder Revision History - Skins can now implement cSkinDisplayMenu::MenuOrientation() to display horizontal menus (thanks to Stefan Braun). - Fixed a possible stack overflow in cListBase::Sort() (thanks to Oliver Endriss). +- Changed the description of the --chartab option in the INSTALL file to refer to + "DVB SI table strings" instead of "EPG data". @@ -152,8 +152,8 @@ displayed correctly. Since BiDi support adds some runtime overhead by requiring additional memory allocation and copying, this feature is not compiled in by default, so that users that have no need for this don't get any overhead. -Workaround for providers not encoding their EPG data correctly --------------------------------------------------------------- +Workaround for providers not encoding their DVB SI table strings correctly +-------------------------------------------------------------------------- According to "ETSI EN 300 468" the default character set for SI data is ISO6937. But unfortunately some broadcasters actually use ISO-8859-9 or |