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 /vdr.1 | |
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 'vdr.1')
-rw-r--r-- | vdr.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 3.4 2015/01/20 15:34:29 kls Exp $ +.\" $Id: vdr.1 3.5 2015/02/10 13:59:11 kls Exp $ .\" .TH vdr 1 "31 Mar 2013" "2.0" "Video Disk Recorder" .SH NAME @@ -49,6 +49,11 @@ Send Dolby Digital audio to stdin of command \fIcmd\fR. Save cache files in \fIdir\fR (default is to save them in the video directory). .TP +.BI \-\-chartab= character_table +Set the character table to use for strings in the DVB data stream that don't begin +with a character table indicator, but don't use the standard default character table +(for instance ISO-8859-9). +.TP .BI \-c\ dir ,\ \-\-config= dir Read config files from directory \fIdir\fR (default is to read them from the video directory). |