Le 27 nov. 2021 à 17:59, Wolfgang Schuster <wolfgang.schuster.lists@gmail.com> a écrit :Jean-Philippe Rey via ntg-context schrieb am 27.11.2021 um 16:21:Dear list,
When typing a straight quotation mark, I used to get a curly apostrophe. But with a recent version of ConTeXt, I now get a straight apostrophe. Is there a new option to convert automatically straight into curly apostrophes ?
\starttext
John's
\stoptext
The option is no longer part of the default feature set. To enable the feature add "trep=yes" to the default features.
\definefontfeature [default] [default] [trep=yes]