Kornel Benko wrote: > > The latest changes to lib/doc/ja/Additional.lyx made it uncompilable. > The \inputencoding is set to 'auto' (as is in other Japanese documents > too). > > If I retest _all_ Japanese documents with 'utf8-platex', everything > compiles again. Should not the encoding 'auto' take care of it?
auto sets the encoding to jis-platex currently. As I understand it, jis does not support all japanese characters (see https://en.wikipedia.org/wiki/JIS_encoding). It would be easy to change that to utf8-platex in lib/languages, but whether this is a good idea or not can only be decided by somebody who understands enough about japanese and LaTeX. Georg