Hello, >What is the size of text_?
>In my windows box, text_.size()=2, but in my linux box text_.size()=1 for the >same >character. >It should be one in any case. Nope. I got "text_size()=2" in my windows box, from inserting "lyxerr << "text_.size()=" << text_.size() << endl;" just before "BOOST_ASSERT(text_.size() == 1);" in QLyXKeySym.C. Configure also detects "size of wchar_t =2". Regards, cghan
