diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-20 13:56:38 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-20 13:56:38 +0200 |
commit | 57c2b211e4c600a35dab470b9319d9c025736437 (patch) | |
tree | 7f019dcd6b05faa84dc668ea8fdfb549329268ee /CONTRIBUTORS | |
parent | 3796bebfc5d82e213631a4c004458b154573d808 (diff) | |
download | vdr-57c2b211e4c600a35dab470b9319d9c025736437.tar.gz vdr-57c2b211e4c600a35dab470b9319d9c025736437.tar.bz2 |
Fixed handling single byte characters >0x7F in Utf8ToArray()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ffd4c8f3..264d24b0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1500,6 +1500,7 @@ Udo Richter <udo_richter@gmx.de> for making the HUP signal force a restart of VDR for fixing a race condition with signal handlers at program exit for fixing handling detached processes in SystemExec() + for fixing handling single byte characters >0x7F in Utf8ToArray() Sven Kreiensen <svenk@kammer.uni-hannover.de> for his help in keeping 'channels.conf.terr' up to date |