aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-03 13:55:27 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-03 13:55:27 +0000
commitf85f618e1207786cfefcdf6766596a9b8d92cb4f (patch)
tree56450407d2ae0021a9a293981ffe3a51b9219ffc
parente1ab7c11166f80197ef6d5ea33f10430718f5783 (diff)
downloadenigma2-f85f618e1207786cfefcdf6766596a9b8d92cb4f.tar.gz
enigma2-f85f618e1207786cfefcdf6766596a9b8d92cb4f.zip
revert shit encoding fix from yesterday night
-rw-r--r--lib/base/estring.cpp1
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;