X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffccharset.c;h=d30e1614a83d3d8c822271b240d02d43d1f1f211;hb=2e44cbe1b9bf466718167e9e05077743df36ab21;hp=cd9b158aca6081c47a89a780f453a6b938513665;hpb=900723f3d2396cfb606e5eceb8df0b71c4ffc0dd;p=fontconfig.git 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;