diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-10 14:29:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-10 14:29:27 +0100 |
commit | 89f5244007965c047ddf7943daf285cb3832b733 (patch) | |
tree | f7f2192afa8bd244637dea2311288ba531d1b76e /UPDATE-2.2.0 | |
parent | d34abd6665242550e8aed1c134de7fd83e86bb5b (diff) | |
download | vdr-89f5244007965c047ddf7943daf285cb3832b733.tar.gz vdr-89f5244007965c047ddf7943daf285cb3832b733.tar.bz2 |
Added command line option --chartab to replace VDR_CHARSET_OVERRIDE
Diffstat (limited to 'UPDATE-2.2.0')
-rw-r--r-- | UPDATE-2.2.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATE-2.2.0 b/UPDATE-2.2.0 index df967bc7..bb3058c8 100644 --- a/UPDATE-2.2.0 +++ b/UPDATE-2.2.0 @@ -393,3 +393,9 @@ Misc: functions is now exacly as described in the header file. Editing marks that are placed at exactly the same offset in a recording are now preserved in the cutting process. +- The new command line option --chartab can be used to set the default character + table to use for strings in the DVB data stream that don't begin with a proper + character table indicator. The old mechanism of using the environment variable + VDR_CHARSET_OVERRIDE still works, but is now deprecated and may be removed in a + future version. The value given in the --chartab option takes precedence over + that in VDR_CHARSET_OVERRIDE. |