diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-10-07 12:22:04 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-10-07 12:22:04 +0200 |
commit | 94e43892a54f74b34e8a06d79784a225cfd8333d (patch) | |
tree | 3dbf1d27631ebfa4c880fb9c531727bc06d9f903 /HISTORY | |
parent | 2d68b323c74f3ba2d03d843132ebcec1d712b982 (diff) | |
download | vdr-94e43892a54f74b34e8a06d79784a225cfd8333d.tar.gz vdr-94e43892a54f74b34e8a06d79784a225cfd8333d.tar.bz2 |
Changed the I18nNormalizeLanguageCode() check to also allow blanks (and all other printable characters) in the language codes
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4931,7 +4931,10 @@ Video Disk Recorder Revision History - Official release. -2006-09-24: Version 1.4.3-1 +2006-10-07: Version 1.4.3-1 - The function cThread::Cancel() now only sets 'running' to false and does not actually kill the thread if the special value -1 is given (suggested by Udo Richter). +- Changed the I18nNormalizeLanguageCode() check to also allow blanks (and all other + printable characters) in the language codes (thanks to Boguslaw Juza for reporting + that there are stations that use blanks in these codes). |