X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FEncoding.cpp;h=7900aed06f631fd85cf572c2857b5d29ef6cdbc8;hb=c7e6a677c4df14b0f2f7d701e1f1976c4005a629;hp=2aece9a25c3127b258855ee0fd3938d42b668ce9;hpb=18b808e67c5c1fcfcc5b8bcf8ee5397c6aae6f14;p=lyx.git diff --git a/src/Encoding.cpp b/src/Encoding.cpp index 2aece9a25c..7900aed06f 100644 --- a/src/Encoding.cpp +++ b/src/Encoding.cpp @@ -344,7 +344,7 @@ void Encoding::init() const } -docstring Encoding::latexChar(char_type c, bool for_mathed) const +docstring Encoding::latexChar(char_type c, bool no_commands) const { // assure the used encoding is properly initialized init(); @@ -355,7 +355,7 @@ docstring Encoding::latexChar(char_type c, bool for_mathed) const return docstring(1, c); if (encodable_.find(c) != encodable_.end()) return docstring(1, c); - if (for_mathed) + if (no_commands) return docstring(); // c cannot (or should not) be encoded in this encoding @@ -825,7 +825,7 @@ void Encodings::read(FileName const & encfile, FileName const & symbolsfile) // Now read the encodings enum { et_encoding = 1, - et_end, + et_end }; LexerKeyword encodingtags[] = {