From d9ee52e4f0fbe9a1ae00d0e66f9e6f0a07fa319f Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 7 Feb 2005 09:14:02 +0000 Subject: - added iStaticServiceInformation - added service list interface for dvb - started work on queries (currently only "instr" on servicename) - started work on infobar - added listbox with service - fixed dvbdb - remove some debug output --- lib/gdi/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gdi/font.cpp') diff --git a/lib/gdi/font.cpp b/lib/gdi/font.cpp index 187512d5..9a7ec069 100644 --- a/lib/gdi/font.cpp +++ b/lib/gdi/font.cpp @@ -467,7 +467,7 @@ int eTextPara::renderString(const std::string &string, int rflags) while(p != string.end()) { - unsigned int unicode=*p++; + unsigned int unicode=(unsigned char)*p++; if (unicode & 0x80) // we have (hopefully) UTF8 here, and we assume that the encoding is VALID { -- cgit v1.2.3