diff --git a/desktop_version/src/Vlogging.c b/desktop_version/src/Vlogging.c index ae046c87..0b10506d 100644 --- a/desktop_version/src/Vlogging.c +++ b/desktop_version/src/Vlogging.c @@ -220,6 +220,11 @@ void vlog_open_console(void) } check_color_support(); + + if (!SetConsoleOutputCP(CP_UTF8)) + { + vlog_warn("Could not set code page for console output to UTF-8."); + } } #endif /* _WIN32 */