Remove bogus comment
Last night in between my dreams I also noticed that we support Unicode values up to 0x01000000 and not 0x00100000 which I thought before. This covers the entire Unicode range.
This commit is contained in:
parent
a90a3ad97a
commit
77f4e60a32
|
@ -144,7 +144,6 @@ FcCharSetPutLeaf (FcCharSet *fcs,
|
||||||
FcChar16 *numbers = FcCharSetNumbers (fcs);
|
FcChar16 *numbers = FcCharSetNumbers (fcs);
|
||||||
|
|
||||||
ucs4 >>= 8;
|
ucs4 >>= 8;
|
||||||
/* XXX We can't handle Unicode values in Plane 16 */
|
|
||||||
if (ucs4 >= 0x10000)
|
if (ucs4 >= 0x10000)
|
||||||
return FcFalse;
|
return FcFalse;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue