summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-03-05 17:16:31 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-03-05 17:16:31 +0100
commit620eb8150bd5cf1605c45bfbef018b716e50c544 (patch)
treed0fb332b5806bda4670db78e1180a9501c65f029 /HISTORY
parent22805840fbb0aa90f1dfee9c78c3cf1de4886b47 (diff)
downloadvdr-620eb8150bd5cf1605c45bfbef018b716e50c544.tar.gz
vdr-620eb8150bd5cf1605c45bfbef018b716e50c544.tar.bz2
Revoked the fixed change of the default character set for SI data and introduced an environment variable to control it
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 348163df..77d2c8f9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5698,3 +5698,8 @@ Video Disk Recorder Revision History
- Added a missing reset of maxNumber in cChannels::Renumber() (reported by Sundararaj
Reel).
+- Revoked the fixed change of the default character set for SI data and introduced
+ an environment variable to control it (thanks to Ales Jurik for reporting broken
+ SI data on the Czech/Slovak channels, which actually do follow the standard).
+ Users who want to set the default character set to something different can do wo
+ through "export VDR_CHARSET_OVERRIDE=ISO-8859-9".