The branch, master, has been updated. - Log -----------------------------------------------------------------
commit c4899948d4f4d67188fa0a529603e5510d30e1a8 Author: Juergen Spitzmueller <[email protected]> Date: Tue Feb 19 08:58:45 2013 +0100 Fix font encoding with japanese Since japanese omits fontencoding, the encoding of latin text in fact is OT1. Candidate for branch, but I would welcome Koji's input. diff --git a/lib/languages b/lib/languages index a0ba7b8..c3e121e 100644 --- a/lib/languages +++ b/lib/languages @@ -573,6 +573,8 @@ End # japanese must be loaded locally with babel options, # not globally via class options # http://www.lyx.org/trac/ticket/4597#c4 +# Since japanese does not load fontenc, we set +# Internalencoding to true. Language japanese GuiName "Japanese" BabelName japanese @@ -580,6 +582,7 @@ Language japanese LangCode ja_JP AsBabelOptions true Requires japanese + InternalEncoding true End # uses CJK package ----------------------------------------------------------------------- Summary of changes: lib/languages | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
