mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
Merge remote-tracking branch 'tuxbox/master'
* needs compile fixes * needs additional tests, of course :-)
This commit is contained in:
@@ -365,7 +365,6 @@ int UTF8ToUnicode(const char * &text, const bool utf8_encoded) // returns -1 on
|
||||
text++;
|
||||
if (((*text) & 0xc0) != 0x80)
|
||||
{
|
||||
remaining_unicode_length = -1;
|
||||
return -1; // incomplete or corrupted character
|
||||
}
|
||||
unicode_value <<= 6;
|
||||
|
Reference in New Issue
Block a user