]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.cpp
Paragraph::inInset() shall not be used if the owner inset was not initialized. Make...
[lyx.git] / src / Encoding.cpp
index cfdc6ebd837fb1c23a21653fb52d9b58fe6e713b..99d216f418c2048e70b2422bd49574d4613d13e1 100644 (file)
@@ -761,6 +761,8 @@ void Encodings::read(FileName const & encfile, FileName const & symbolsfile)
                                package = Encoding::inputenc;
                        else if (p == "CJK")
                                package = Encoding::CJK;
+                       else if (p == "japanese")
+                               package = Encoding::japanese;
                        else
                                lex.printError("Unknown package");