20 Jul
2019
20 Jul
'19
8:36 p.m.
Atsuhito Kohda schrieb am 20.07.2019 um 01:58:
Hi all, I think in the same way as Dmitry. It might be obsolete but, as far as I searched, under the setup \definefontfeature [texligatures] [tlig=yes] \feature[+][texligatures] {''} produces right quotation correctly but left quotation seems not correct (I don't know why). You're wrong here because ' is replaced with a apostrophe and what you see are just two and the have a different space between then than a normal double quotation mark.
%%%% begin example \starttext \switchtobodyfont[100pt] “ ” ’ '' \stoptext %%%% end example Wolfgang