Am 15.06.2025 um 18:03 schrieb John Was:
Thanks for the prompt response. Something not too obtrusive would be ideal - though of course I could always just introduce the correct opening quotation mark by search and replace. It's odd that trep = yes works for closing quotation marks in this font, and that the equivalent in XeTeX works as expected for both opening and closing marks.
What you see for the closing quotation mark are two single quotation marks which are the same character as the apostroph but you don't get the correct double quotation mark.
While the best solution is to use either proper quotation marks in your input (many text editors can replace " with opening and closing symbols) or use the \quote and \quotation commands.
The old method to use `` and '' for quotation marks can be activated but the other solutions mentioned above are preferred.
%%%% begin example \definefontfeature [apostroph] [trep=yes] \definefontfeature [quotation] [tquo=yes] \starttext ``John's'' {\feature[+][apostroph]``John's''} {\feature[+][quotation]``John's''} \stoptext %%%% end example Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________