Don't work with koi8-r console locale
Status: Alpha
Brought to you by:
ievlev
libmtquery-0.0.1alpha3
failed test1:
catch:locale::facet::_S_create_c_locale name not valid
failed test4:
terminate called after throwing an instance of
'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted
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.