diff --git a/src/fccharset.c b/src/fccharset.c index cd9b158..d30e161 100644 --- a/src/fccharset.c +++ b/src/fccharset.c @@ -144,7 +144,6 @@ FcCharSetPutLeaf (FcCharSet *fcs, FcChar16 *numbers = FcCharSetNumbers (fcs); ucs4 >>= 8; - /* XXX We can't handle Unicode values in Plane 16 */ if (ucs4 >= 0x10000) return FcFalse;