From: Behdad Esfahbod Date: Wed, 18 Nov 2009 14:10:05 +0000 (-0500) Subject: Remove bogus comment X-Git-Tag: 2.8.0~12 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=77f4e60a32971a815b85f187712191724a00b856 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. --- 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;