Fixed handling single byte characters >0x7F in Utf8ToArray()

This commit is contained in:
Klaus Schmidinger
2007-07-20 13:56:38 +02:00
parent 3796bebfc5
commit 57c2b211e4
3 changed files with 5 additions and 2 deletions

View File

@@ -5281,3 +5281,5 @@ Video Disk Recorder Revision History
- Fixed a buffer overflow in initializing the system character table (thanks
to Marco Schl<68><6C>ler).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
- Fixed handling single byte characters >0x7F in Utf8ToArray() (thanks to Udo
Richter).