chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa319a
)
It would help if our 'c2sc' table actually specified its feature as 'c2sc'.
author
Ben Harris
<bjh21@bjh21.me.uk>
Tue, 6 Oct 2009 18:54:34 +0000
(19:54 +0100)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Tue, 6 Oct 2009 18:54:34 +0000
(19:54 +0100)
ttxt.c
patch
|
blob
|
history
diff --git
a/ttxt.c
b/ttxt.c
index efe7480ecc792ed1c2cc8d08a893a0b66b28efd1..e20bb3b1bd5ccab61f626035c06ce3310dd0b95f 100644
(file)
--- 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++) {