Oleg Morozenkov
Oleg Morozenkov
```cpp #define WIN32_LEAN_AND_MEAN #include #include std::string Utf8_to_cp1251(std::string input) { const char *str = input.c_str(); std::string res; int result_u, result_c; result_u = MultiByteToWideChar(CP_UTF8, 0, str, -1, 0, 0); if (!result_u) return...
>192.168.1.1**3**35 You have got a typo in IP address
Please try again now with version from commit 36a7f0798728482ddaaaecd5e86b64039d6d1175
Please try again now with version from commit 36a7f0798728482ddaaaecd5e86b64039d6d1175