----- Original Message ----- >> From: Georg Baum <[EMAIL PROTECTED]> >> To: lyx-devel@lists.lyx.org >> Date: 2007-02-15 04:49:28 >> Subject: Re: Beta schedule >>
>> >> It would look like the attached patch. I chose one encoding for each of >> chinese, japanese and korean. Did I chose the most commonly used ones? Is >> this OK to go in? >> Thank you for your effort, but your patch has several problems; 1. CJK-LyX file is the usual lyx file and thus is saved as ".lyx" (rather than ".cjklyx") file. 2. It leads to crash, with the following backtrace; "Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1209100608 (LWP 18622)] boost::scoped_ptr<lyx::Buffer::Impl>::operator-> (this=0x100) at ../boost/boost/scoped_ptr.hpp:94 94 BOOST_ASSERT(ptr != 0); (gdb) bt #0 boost::scoped_ptr<lyx::Buffer::Impl>::operator-> (this=0x100) at ../boost/boost/scoped_ptr.hpp:94 #1 0x081946e8 in lyx::Buffer::temppath (this=0x0) at buffer.C:315 #2 0x08274d90 in lyx::Converters::convert (this=0x943df78, buffer=0x0, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], conversionflags=0) at converter.C:379 #3 0x0832291d in lyx::Importer::Import (lv=0x948337c, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]) at importer.C:60 #4 0x083bef1e in lyx::LyXFunc::doImport (this=0x943dec8, [EMAIL PROTECTED]) at lyxfunc.C:2039 #5 0x083c16f9 in lyx::LyXFunc::dispatch (this=0x943dec8, [EMAIL PROTECTED]) at lyxfunc.C:1087 #6 0x08380f48 in lyx::dispatch ([EMAIL PROTECTED]) at lyx_main.C:1461 #7 0x08768cce in lyx::LyXView::dispatch (this=0x948337c, [EMAIL PROTECTED]) at LyXView.C:427 #8 0x0893c078 in lyx::frontend::Action::action (this=0x9697048) at Action.C:94 #9 0x0893c10a in lyx::frontend::Action::qt_metacall (this=0x9697048, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfa0bdfc) at Action_moc.cpp:64 #10 0x001f9a11 in QMetaObject::activate () at /usr/lib/gcc/i386-Haansoft-linux/4.0.2/../../../../include/c++/4.0.2/debug/formatter.h:313 " 3. Japanese "shift-jis" also seems popular . Regards, cghan