diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-10 13:13:09 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-10 13:13:09 +0200 |
commit | 8875b16ee744bc39990c041104a055f4ee926bd6 (patch) | |
tree | 7ef1fa17e85ea386b576847decd6907fc656f6e6 /INSTALL | |
parent | c6f8a149574f4e5196f802439e7439406ca82e71 (diff) | |
download | vdr-8875b16ee744bc39990c041104a055f4ee926bd6.tar.gz vdr-8875b16ee744bc39990c041104a055f4ee926bd6.tar.bz2 |
Removed note about not using UTF-8
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -1,25 +1,9 @@ Installation of the Video Disk Recorder --------------------------------------- -Version 1.4 +Version 1.5 ----------- -IMPORTANT NOTES: ----------------- - -Please make sure your environment is NOT set to use UTF-8 or -any other multibyte character representation. Check the value of your -$LANG or $LC_CTYPE environment variable, and if it contains something -like "de_DE.UTF-8", make sure you set it to something like "de_DE.iso8859-1" -or whatever single byte character mode you want. If you run VDR with -UTF-8 enabled, it may crash in case it encounters EPG or channel data -that contains non-7-bit ASCII characters. Another problem may occur if -you have mounted your video partition with "iocharset=utf8". In that case -recordings that contain umlauts or other non-seven-bit ASCII characters -may be displayed wrong, or not at all. Please make sure you mount your -video partition with "iocharset=iso8859-1" or whatever single byte character -mode you want. - Compiling and running the program: ---------------------------------- |