The upstream encoding needs to be updated after this routine
(see comment in OutputParams.h:183ff.)
This commit is contained in:
Juergen Spitzmueller 2024-05-16 07:33:29 +02:00
parent c23f731fae
commit 2d95f8fc16

View File

@ -495,6 +495,9 @@ void TeXEnvironment(Buffer const & buf, Text const & text,
if (pit != runparams.par_end)
LYXERR(Debug::OUTFILE, "TeXEnvironment for paragraph " << par_begin << " done.");
// set upstream encoding
runparams_in.encoding = runparams.encoding;
}