mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 14:18:29 +02:00
eitd/edvbstring.cpp: fix compile
Origin commit data
------------------
Commit: e90a71de90
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
This commit is contained in:
@@ -2110,7 +2110,7 @@ std::string convertDVBUTF8(const char *data, int len, int table, int tsidonid)
|
|||||||
// GB2312 -> Unicode
|
// GB2312 -> Unicode
|
||||||
if (gb2312 && !code) {
|
if (gb2312 && !code) {
|
||||||
if (data[i] >= 0xA1) {
|
if (data[i] >= 0xA1) {
|
||||||
code = GB2312UNI[((data[i] << 8) | data[i + 1]) - 0xA100];
|
code = cGB2312UNI[((data[i] << 8) | data[i + 1]) - 0xA100];
|
||||||
i += 2;
|
i += 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user