Logged In: NO

There are line in class lang_info.cc: insert(lname_map_type::value_type(mt::russian, "ru_RU.CP1251"));
if you haven't got local ru_RU.CP1251, it won't work. You have to create local cp1251 with command: localedef -f CP1251 -i ru_RU ru_RU.cp1251.