On Mon, May 22, 2000 at 06:57:16PM +0100, David Faure wrote: > On Mon, May 22, 2000 at 07:33:00AM +0400, rider wrote: > > Hello all! > > I'm found very bad bug into KSpread (version 1.90) for Russian users. > > If you enter russian KOI8-R character into KSpread cells, that receive in a > > result a zero. > > And if you enter first character english and then russian, that all is > > displayed correctly. > > kspread_canvas.cc, line 1249, says > if ( _ev->ascii() == 0 || !m_pView->koDocument()->isReadWrite() ) > > Can you try to replace this with > if ( _ev->text().isEmpty() || !m_pView->koDocument()->isReadWrite() ) > > and tell me if it works ? Ok. Only a bit later - i can not connect to koffice web site and get source. :-( Now my internet channel does not work to you. ;-( Rgds Rider P.S.> How you look what some person from Russia will work with you in project KOffice? (The firm where I work is ready to organize it).