generate bluescreens on fatal cpp errors (assertions to)
[enigma2.git] / lib / base / estring.h
index b997911cf5e4ed830c92c338c71a90ab636e8eba..3402228068da88ff8643801f0b354f47db96b667 100644 (file)
@@ -11,7 +11,6 @@ int strnicmp(const char*, const char*, int);
 std::string getNum(int num, int base=10);
 
 std::string convertDVBUTF8(const unsigned char *data, int len, int table=0, int tsidonid=0); // with default ISO8859-1/Latin1
-std::string convertUTF8DVB(const std::string &string, int table=0); // with default ISO8859-1/Latin1
 std::string convertLatin1UTF8(const std::string &string);
 int isUTF8(const std::string &string);