Re: [Cvslog] r20861 - /lyx-devel/trunk/src/BufferParams.cpp

2007-10-10 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes schrieb: > >> What about setting the latex name of the euc-jp-plain encoding to >> empty instead? > > Yes, this is the correct solution. Now I set this for all three encodings and > not for the language: > http://www.lyx.org/trac/change

Re: [Cvslog] r20861 - /lyx-devel/trunk/src/BufferParams.cpp

2007-10-09 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: What about setting the latex name of the euc-jp-plain encoding to empty instead? Yes, this is the correct solution. Now I set this for all three encodings and not for the language: http://www.lyx.org/trac/changeset/20879 regards Uwe

Re: [Cvslog] r20861 - /lyx-devel/trunk/src/BufferParams.cpp

2007-10-09 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: >> What about setting the latex name of the euc-jp-plain encoding to >> empty instead? > > Would be also an option. I'll test this out later today. Thanks, I'd prefer that to hardcoding. JMarc

Re: [Cvslog] r20861 - /lyx-devel/trunk/src/BufferParams.cpp

2007-10-09 Thread Uwe Stöhr
> What about setting the latex name of the euc-jp-plain encoding to > empty instead? Would be also an option. I'll test this out later today. regards Uwe

Re: [Cvslog] r20861 - /lyx-devel/trunk/src/BufferParams.cpp

2007-10-08 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > > - if (!encodings.empty() || package == Encoding::inputenc) { > + // When the language japanese-plain is used, the package > inputenc must > + // be omitted. > + // see > http://www.mail-archive.com/lyx-devel@lists.ly