]> git.wh0rd.org - fontconfig.git/commitdiff
Remove bogus comment
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 18 Nov 2009 14:10:05 +0000 (09:10 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 18 Nov 2009 14:10:05 +0000 (09:10 -0500)
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

index cd9b158aca6081c47a89a780f453a6b938513665..d30e1614a83d3d8c822271b240d02d43d1f1f211 100644 (file)
@@ -144,7 +144,6 @@ FcCharSetPutLeaf (FcCharSet *fcs,
     FcChar16   *numbers = FcCharSetNumbers (fcs);
 
     ucs4 >>= 8;
     FcChar16   *numbers = FcCharSetNumbers (fcs);
 
     ucs4 >>= 8;
-    /* XXX We can't handle Unicode values in Plane 16 */
     if (ucs4 >= 0x10000)
        return FcFalse;
 
     if (ucs4 >= 0x10000)
        return FcFalse;