On 2017-02-22, Jürgen Spitzmüller wrote: > Am Dienstag, den 14.02.2017, 15:05 +0100 schrieb Jürgen Spitzmüller:
>> I think the reason is that LaTeX actually switched to TU font >> encoding > Tonight's update of latex-base brings back \textquotebdl and > \textquotesingle to TU encodings. > I will handle that in a few days (when the update has settled on the > mirrors), but I suggest not just to revert to the old behavior, but > introduce a new latexSpecialTU method, even if this is currently just > linking to latexSpecialT1 (this might change later, and it is also > semantically clearer). Mind, that the latexSpecialT1 is named wrong: it actually cares for the special character macros present for all standard LaTeX font encodings (T1, T2A, T2B, ... , TU). As TU is a standard LaTeX font encoding, there is no need for a special handling. Instead, I propose to rename latexSpecialT1 to something like "latexStandardMacros". The test for T1 default font encoding > && !runparams.isFullUnicode() && bparams.font_encoding() == "T1" could also be changed to either "not OT1" or "in T1, T2A, T4, T5, T7". Günter