diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-03 13:55:27 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-03 13:55:27 +0000 |
| commit | f85f618e1207786cfefcdf6766596a9b8d92cb4f (patch) | |
| tree | 56450407d2ae0021a9a293981ffe3a51b9219ffc /lib/base/estring.cpp | |
| parent | e1ab7c11166f80197ef6d5ea33f10430718f5783 (diff) | |
| download | enigma2-f85f618e1207786cfefcdf6766596a9b8d92cb4f.tar.gz enigma2-f85f618e1207786cfefcdf6766596a9b8d92cb4f.zip | |
revert shit encoding fix from yesterday night
Diffstat (limited to 'lib/base/estring.cpp')
| -rw-r--r-- | lib/base/estring.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base/estring.cpp b/lib/base/estring.cpp index 014f6e7d..77746299 100644 --- a/lib/base/estring.cpp +++ b/lib/base/estring.cpp @@ -376,7 +376,6 @@ std::string convertDVBUTF8(const unsigned char *data, int len, int table, int ts case 0x0: case 0xC ... 0xF: case 0x16 ... 0x1F: - default: eDebug("reserved %d", data[0]); ++i; break; |
