mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
tex2lyx/text.cpp: fix typos
This commit is contained in:
parent
fe5a4c8c81
commit
4e69b9bac5
@ -119,7 +119,7 @@ char const * const known_coded_ref_commands[] = { "ref", "pageref", "vref",
|
||||
|
||||
/**
|
||||
* supported CJK encodings
|
||||
* SJIS anf Bg5 cannot be supported as this is not
|
||||
* SJIS and Bg5 cannot be supported as they are not
|
||||
* supported by iconv
|
||||
* JIS does not work with LyX's encoding conversion
|
||||
*/
|
||||
@ -1431,7 +1431,7 @@ void parse_environment(Parser & p, ostream & os, bool outer,
|
||||
// store the encoding to be able to reset it
|
||||
string const encoding_old = p.getEncoding();
|
||||
string const encoding = p.getArg('{', '}');
|
||||
// SJIS and Bg5 cammopt be handled by iconv
|
||||
// SJIS and Bg5 cannot be handled by iconv
|
||||
// JIS does not work with LyX's encoding conversion
|
||||
if (encoding != "Bg5" && encoding != "JIS" && encoding != "SJIS")
|
||||
p.setEncoding(encoding);
|
||||
|
Loading…
Reference in New Issue
Block a user