just edit the strings that need accents with the other editor, save the file, and then load the project into lazarus.
Well, it seems i asked was wrong question.
The problem is that i cannot write or read any russian letters neither in code editor nor in Object Inspector. I use Mandriva 2007 with default locale ru_RU.UTF8.
Instead of one russian symbol i type from keyboard there are two non-readable symbols appears in code.
After reading about bad support of UTF8 by GTK
i tried to change from konsole values of variables 'LANG=ru_RU.KOI8-R' and 'LC_ALL=ru_RU.KOI8-R' but when i launch lazarus it writes me that 'Xlib' cannot find locale 'ru_RU.KOI8-R'!
Then i changed values of variables to LANG=ru_RU and LC_ALL=ru_RU. I don't know what exactly mean locale "ru_RU" (i was shure this is the same as ru_RU.KOI8-R!) and after this change it has become possible to write correct russian symbols in Object Inspector but not in code editor!
I tried to change code editor's font, but symbols were still unredable. But when i manually specify INCORRECT font option for code editor they become readable! It seems, the "default" font is suitable for russian tables, but it has unchangable small size which is hard to read.
Please help me find out how to make possible to change font in code editor and prefferably in main menu too?