commit
f26b88272e
@ -598,7 +598,7 @@ parse (char *text)
|
|||||||
ucs = 0xfffd;
|
ucs = 0xfffd;
|
||||||
p += 5;
|
p += 5;
|
||||||
}
|
}
|
||||||
// Siz byte utf8 sequence
|
// Six byte utf8 sequence
|
||||||
else if ((utf[0] & 0xfe) == 0xfc) {
|
else if ((utf[0] & 0xfe) == 0xfc) {
|
||||||
ucs = 0xfffd;
|
ucs = 0xfffd;
|
||||||
p += 6;
|
p += 6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user