Здравствуйте, LeoMonster, Вы писали:
LM>error: ‘wstring_convert’ is not a member of ‘std’ LM>The reason why GCC rejects this code is simple: libstdc++ doesn't support <codecvt> yet.
Хм, ну тогда iconv_string.
char* result = nullptr;
const char* src = ...;
#define WCHART_ALIAS "UTF-32LE" // android
#define WCHART_ALIAS "wchar_t" // linux