diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index e9d07b54b..1fd4820d0 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -3577,6 +3577,10 @@ int main(int argc, const char **argv) // ignore_convention } } +#if defined(CONF_FAMILY_WINDOWS) + SetConsoleOutputCP(65001); +#endif + if(secure_random_init() != 0) { RandInitFailed = true;