summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-15 13:25:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-15 13:25:35 +0200
commitd1934a7cfd99abbf9502aef6e6ecd897f78aa026 (patch)
treeaf6b6e87662b5fab8265ff5b95a03614ac9f8301 /HISTORY
parent1f7c70cd49046525519cc84cb118d246c71569dc (diff)
downloadvdr-d1934a7cfd99abbf9502aef6e6ecd897f78aa026.tar.gz
vdr-d1934a7cfd99abbf9502aef6e6ecd897f78aa026.tar.bz2
Using nl_langinfo(CODESET) to determine the local codeset to use; libsi uses canonical codeset names
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3bbec1b1..f64279f9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5235,3 +5235,6 @@ Video Disk Recorder Revision History
- Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3).
- Fixed a crash in i18n character set conversion (thanks to Alexander Riedel and
Christian Wieninger for patches that cured part of the problem).
+- Using nl_langinfo(CODESET) to determine the local codeset to use (thanks to
+ Thomas Günther). The codeset names in 'libsi/si.c' have been changed to the
+ canonical spelling with '-' (thanks to Ludwig Nussel for pointing this out).