diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh index 4d32359df..5ac970612 100644 --- a/src/hb-ot-cmap-table.hh +++ b/src/hb-ot-cmap-table.hh @@ -577,7 +577,7 @@ struct cmap EncodingRecord &rec = cmap->encodingRecord[0]; rec.platformID.set (3); // Windows - rec.encodingID.set (1); // Unicode BMP + rec.encodingID.set (10); // Unicode UCS-4 /* capture offset to subtable */ CmapSubtable &subtable = rec.subtable.serialize(&context, cmap);