summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-07-20 13:56:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-07-20 13:56:38 +0200
commit57c2b211e4c600a35dab470b9319d9c025736437 (patch)
tree7f019dcd6b05faa84dc668ea8fdfb549329268ee /HISTORY
parent3796bebfc5d82e213631a4c004458b154573d808 (diff)
downloadvdr-57c2b211e4c600a35dab470b9319d9c025736437.tar.gz
vdr-57c2b211e4c600a35dab470b9319d9c025736437.tar.bz2
Fixed handling single byte characters >0x7F in Utf8ToArray()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5cbbf184..0043cc4e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5281,3 +5281,5 @@ Video Disk Recorder Revision History
- Fixed a buffer overflow in initializing the system character table (thanks
to Marco Schlüßler).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
+- Fixed handling single byte characters >0x7F in Utf8ToArray() (thanks to Udo
+ Richter).