mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend 207eaeee90
The upstream encoding needs to be updated after this routine (see comment in OutputParams.h:183ff.)
This commit is contained in:
parent
c23f731fae
commit
2d95f8fc16
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user