From: Ben Harris Date: Tue, 6 Oct 2009 18:54:34 +0000 (+0100) Subject: It would help if our 'c2sc' table actually specified its feature as 'c2sc'. X-Git-Tag: bedstead-000.900~21 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=ac30cc18bf4475d2262af356a703271651f49dc1;p=bedstead.git It would help if our 'c2sc' table actually specified its feature as 'c2sc'. --- diff --git a/ttxt.c b/ttxt.c index efe7480..e20bb3b 100644 --- a/ttxt.c +++ b/ttxt.c @@ -532,7 +532,7 @@ main(int argc, char **argv) printf("Lookup: 1 0 0 \"smcp: lower-case to small caps\" {\"smcp\"} " "['smcp' ('latn' <'dflt'>)]\n"); printf("Lookup: 1 0 0 \"c2sc: upper-case to small caps\" {\"c2sc\"} " - "['smcp' ('latn' <'dflt'>)]\n"); + "['c2sc' ('latn' <'dflt'>)]\n"); printf("BeginChars: %d %d\n", 65536 + extraglyphs, nglyphs); extraglyphs = 0; for (i = 0; i < nglyphs; i++) {