mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Consider encoding when re-setting language
This commit is contained in:
parent
a8094051c1
commit
6876a306b9
@ -1071,6 +1071,8 @@ void Paragraph::Private::latexInset(BufferParams const & bparams,
|
||||
running_font = basefont;
|
||||
if (!closeLanguage)
|
||||
running_font.setLanguage(copy_font.language());
|
||||
OutputParams rp = runparams;
|
||||
rp.encoding = basefont.language()->encoding();
|
||||
// For these, we use switches, so they should be taken as
|
||||
// base inside the inset.
|
||||
basefont.fontInfo().setSize(copy_font.fontInfo().size());
|
||||
@ -1084,7 +1086,7 @@ void Paragraph::Private::latexInset(BufferParams const & bparams,
|
||||
&& !textinset->text().isMainText()
|
||||
: false;
|
||||
unsigned int count2 = basefont.latexWriteStartChanges(os, bparams,
|
||||
runparams, running_font,
|
||||
rp, running_font,
|
||||
basefont, true,
|
||||
cprotect);
|
||||
column += count2;
|
||||
|
Loading…
Reference in New Issue
Block a user