From 77f4e60a32971a815b85f187712191724a00b856 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 18 Nov 2009 09:10:05 -0500 Subject: [PATCH] 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. --- src/fccharset.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2