diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-29 13:23:02 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-29 13:23:02 +0100 |
commit | ff04bc72fd71e3e1771d21358c315255f9790715 (patch) | |
tree | 447b8d762ee7fc1d2c7a25a19c4a28b5a19c08ce /HISTORY | |
parent | 4d6f0fb4c45292765903f27df5bc1ffebbfd5f75 (diff) | |
download | vdr-ff04bc72fd71e3e1771d21358c315255f9790715.tar.gz vdr-ff04bc72fd71e3e1771d21358c315255f9790715.tar.bz2 |
Fixed handling 3 and 4 byte UTF-8 symbols in Utf8CharGet()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5671,7 +5671,7 @@ Video Disk Recorder Revision History - Added the backslash ('\') to the list of characters that need to be escaped when executing external commands (thanks to Peter Bieringer for reporting this one). -2008-02-27: Version 1.5.17 +2008-02-29: Version 1.5.17 - Updated the Swedish OSD texts (thanks to Tomas Berglund). - Made the 'pic2mpg' script of the 'pictures' plugin work with uppercase filename @@ -5680,3 +5680,5 @@ Video Disk Recorder Revision History - Updated the Dutch OSD texts (thanks to Johan Schuring). - Stripping control codes 0x86 and 0x87 from SI strings. - Updated French language texts (thanks to Jean-Claude Repetto). +- Fixed handling 3 and 4 byte UTF-8 symbols in Utf8CharGet() (thanks to Andreas + Mair). |