From f85f618e1207786cfefcdf6766596a9b8d92cb4f Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 3 Nov 2006 13:55:27 +0000 Subject: [PATCH] revert shit encoding fix from yesterday night --- lib/base/estring.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2