mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18911 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca2bed7fa9
commit
25fc26446b
@ -613,7 +613,7 @@ int switchEncoding(odocstream & os, BufferParams const & bparams,
|
||||
// FIXME We ignore encoding switches from/to encodings that do
|
||||
// neither support the inputenc package nor the CJK package here.
|
||||
// This does of course only work in special cases (e.g. switch from
|
||||
// tis620-0 to latin1, but the text in latin1 contains ASCII only,
|
||||
// tis620-0 to latin1, but the text in latin1 contains ASCII only),
|
||||
// but it is the best we can do
|
||||
if (oldEnc.package() == Encoding::none
|
||||
|| newEnc.package() == Encoding::none)
|
||||
|
Loading…
Reference in New Issue
Block a user