From dfba8cfe5626edd456bcd87c77f5613b85ef859b Mon Sep 17 00:00:00 2001 From: suzuki toshiya Date: Fri, 9 Jul 2010 12:25:36 +0900 Subject: [PATCH] Apple Unicode is not deprecated now. --- src/cff/cffobjs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cff/cffobjs.c b/src/cff/cffobjs.c index 334ec59b6..b1f541932 100644 --- a/src/cff/cffobjs.c +++ b/src/cff/cffobjs.c @@ -869,9 +869,9 @@ if ( cmap->platform_id == 3 && cmap->encoding_id == 1 ) goto Skip_Unicode; - /* Deprecated Unicode platform id? */ + /* Apple Unicode platform id? */ if ( cmap->platform_id == 0 ) - goto Skip_Unicode; /* Standard Unicode (deprecated) */ + goto Skip_Unicode; /* Apple Unicode */ } /* since CID-keyed fonts don't contain glyph names, we can't */