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.
This commit is contained in:
Behdad Esfahbod 2009-11-18 09:10:05 -05:00
parent a90a3ad97a
commit 77f4e60a32
1 changed files with 0 additions and 1 deletions

View File

@ -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;